Help how do I loop a print command to print infinity in python3 | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Help how do I loop a print command to print infinity in python3

Help I really want to know

20th Dec 2022, 12:58 AM
Illya sternichuk
1 Respuesta
+ 1
you can just do a simple while with True as the condition while(True): print('hi there')
20th Dec 2022, 1:50 AM
Apollo-Roboto
Apollo-Roboto - avatar