0
Can anyone make the infinity ♾️ structure
1 Réponse
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!")
}