python File 'stdin', line 1 SyntaxError: invalid syntax

preview_player
Показать описание
python File "stdin", line 1 SyntaxError: invalid syntax
Рекомендации по теме
Комментарии
Автор

thank you sir i under stood my problem and solvee it

asthapankajbhai
Автор

Python 3 requires all print Statements to have brackets (parentheses)

raserapps
Автор

settings.py", line 95
AUTH_PASSWORD_VALIDATORS = [
^
SyntaxError: invalid syntax

nirajkumarsingh
Автор

Thanks a lot! Problem understood and solved!

nawerdarbi
Автор

I get the error while typing this line in.
person = [‘firstname’, 21];

any help appreciated :-)

anishjohn
Автор

Broo python is 2best or python 3 is best, tell broo, waiting for reply

prasanthr
Автор

I got this error when i try to install django into my python... what i must do?

GraveRob
Автор

I am using Python 2.7 and it was working properly now it won't.... Keep getting the syntax error.
P.S I write in notepad++ and execute in CMD

yunkshione-