Help how do I loop a print command to print infinity in python3 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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