+ 2
What's wrong in my code?
thanks for your help https://code.sololearn.com/cR9ji7CdHi6B/?ref=app
6 Respostas
+ 13
All.
You copied and pasted it from a site, right?
There are unexpected characters.
#FIX
count = int(4.0)
print(count)
print(type(count))
+ 12
Use my fixed version and it will works fine. ;)
Cheers.
+ 4
I copied this for a test
+ 3
yes for a test
+ 3
thanks
+ 2
Just use an ide to check syntax