+ 1
What is the problem here?
2 Respuestas
+ 4
Seems you have typed something wrong on line 19
+ 2
In line 19 I think
100 str(-) str(coins) should be 100 - str(coins)
And from line 35-47 you haven't used ':' after if/elif/else
https://code.sololearn.com/cz2kXElTxKC5/?ref=app