0

Is in python a function like goto?

I want to reuse an input to rebuild a map, so i need the last turn (input) from the other player. please help me!!!!

22nd Jan 2017, 9:14 PM
Marv
1 Answer
- 1
No, there is no goto in python, becouse this construction is useless and can be replaced by simple loop. Every thing should be used by one way according to python Dzen)
23rd Jan 2017, 6:29 AM
Leshark
Leshark - avatar