+ 1
Question in the code(about classes of symbols)
10 Answers
+ 3
I don't see any problem.
I am mentioning Anna and Kishalaya Saha. they are among the best python coders here and should be active now.
something I didn't understand
shouldn't be A-Z returning false? oh there's space.
+ 3
Did you copy and paste the code into IDLE? If so, try to enter or copy and paste it line by line, not several lines at once
Roneel Thank you đ
+ 2
Right now I don't have access to an offline interpreter, but the code looks fine to me too!
And Roneel, I'm terrible at regex. Anna and Mert are the real experts :)
Edit: Ilyich , were you doing it from the shell? In that case what Anna said makes perfect sense. You need to execute them one statement at a time. Or, if you save your code as a .py file and then run it, things should be fine.
+ 2
just input line by lineđ€
+ 1
Can compiler give custom errors? I tried to remove space but it only showed syntax error: invalid syntax
unlike him.
+ 1
https://code.sololearn.com/c4uIx6TZCo2l/?ref=app
or I messed up
0
what is python version of your idle?
if you don't know, đ
import sys
print(sys.version)
0
Roneel - 3.6.4