Is there any code in Python i can use to jump back in the beginning of the code without using functions? E.g:
Beginning:
num_greet = 2
While num_greetings <= 2:
print("Hi my name is Joe")
else:
print("Type a number that is less than 2")
goto Beginning