Can anyone make the infinity ♾️ structure | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone make the infinity ♾️ structure

9th Sep 2023, 9:39 AM
Rohit Gupta
Rohit Gupta - avatar
1 Answer
0
Rohit Gupta You need to specify which programming language you want to use to create Infinity People. If you want to create infinity loop using Python programming language then you can use below code. while True: print("This is an infinite loop!") If you want to create infinity loop with javascript then you can use below code. while (true) { console.log("This is an Infinity loop!") }
9th Sep 2023, 10:35 AM
EAJUDDIN
EAJUDDIN - avatar