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!!!!
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)