Is there a way to make a forever and repeat (number) times loops? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
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?

27th Apr 2019, 2:04 PM
Tristan Misja
1 Resposta
+ 5
While True: print('hello')
27th Apr 2019, 2:37 PM
Abdelkader Barraj عبد القادر البراج
Abdelkader Barraj عبد القادر البراج - avatar