12th Dec 2022, 9:49 AM
Learning Python
2 odpowiedzi
+ 3
Don't declare var sum ; in loop. Declare before loop and assign to 1 var sum = 1; for(....) { .. }
12th Dec 2022, 9:53 AM
Jayakrishna 🇮🇳
12th Dec 2022, 1:40 PM
Learning Python