is there any go to function in python.like if I want to run the program n times. it should ask wether I want to run the program again at the end,if the user says yes it should run again else the program should stop | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is there any go to function in python.like if I want to run the program n times. it should ask wether I want to run the program again at the end,if the user says yes it should run again else the program should stop

13th Aug 2016, 3:10 PM
Purushotham Parthy
Purushotham Parthy - avatar
3 Answers
0
they are bucles In the lesson 2 you can see how it works
13th Aug 2016, 3:41 PM
Miguel
0
as with any language, if you think you need a goto you are doing something wrong.
13th Aug 2016, 6:13 PM
Owen Wattenmaker
Owen Wattenmaker - avatar
0
ok thx
13th Aug 2016, 6:39 PM
Purushotham Parthy
Purushotham Parthy - avatar