There is no 'goto' statement in Python.
The nearest thing to this may be using functions.
def my_func(x, y):
#some code
And to call it later on;
my_func(xvalue, yvalue)
8th Apr 2020, 9:14 AM
Russ
+ 3
Thanks Russ
8th Apr 2020, 9:45 AM
Mohd Aadil
Vous avez souvent des questions comme celle-ci ?
Apprenez de maniĂšre plus efficace, gratuitement :