Does it work? When i run it says time exceeded if this is not working how to make something like this | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Does it work? When i run it says time exceeded if this is not working how to make something like this

https://code.sololearn.com/c3AAEbKuG7di/?ref=app

14th Jul 2019, 3:48 PM
ghossttt12337tr
ghossttt12337tr - avatar
2 Antworten
+ 1
because its an infinite loop. you're using i=+1 which is i= +1. try i+=1
14th Jul 2019, 4:18 PM
Taste
Taste - avatar
+ 2
You have mixed symbols up. It should be i += 10.
14th Jul 2019, 4:20 PM
Ivan Avdonin