0
Is there a way to make a forever and repeat (number) times loops?
I know basic languages like Logo and Scratch have them, but does Python?
1 Respuesta
+ 5
While True:
print('hello')
I know basic languages like Logo and Scratch have them, but does Python?