0
Write a program if it's finds more than twelve zeroes continously in a list it would terminate
I breaking the list in to string of 8 characters and comparing. If I find more than 3 rows of Zeroes. It's shud terminate.. https://www.sololearn.com/discuss/955707/?ref=app
1 Antwort
+ 2
Can you please post your code so we can help you?