+ 2

What's wrong in my code?

thanks for your help https://code.sololearn.com/cR9ji7CdHi6B/?ref=app

15th Jun 2017, 6:40 PM
Bearst
Bearst - avatar
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))
15th Jun 2017, 6:43 PM
Maz
Maz - avatar
+ 12
Use my fixed version and it will works fine. ;) Cheers.
15th Jun 2017, 6:44 PM
Maz
Maz - avatar
+ 4
I copied this for a test
15th Jun 2017, 6:44 PM
Bearst
Bearst - avatar
+ 3
yes for a test
15th Jun 2017, 6:44 PM
Bearst
Bearst - avatar
+ 3
thanks
15th Jun 2017, 6:53 PM
Bearst
Bearst - avatar
+ 2
Just use an ide to check syntax
15th Jun 2017, 6:43 PM
Elethelectric Penguin
Elethelectric Penguin - avatar