Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python

Почему написано invalid sintax, делаю все правильно например пишу >>> print ('Hello world') и опять выходит та же ошибка

20th Mar 2020, 8:14 AM
Avaddon
Avaddon - avatar
1 Answer
+ 2
Translated :- Why it says invalid sintax, I do everything correctly, for example, I write >>> print ('Hello world') and the same error comes out again Ans - There is no issue Just write print('Hello World') I think you are writing like this:- >>> print('Hello Worrld') // >>> gives invalid syntax because it doesn't exist in Python. It used just for example.
20th Mar 2020, 10:00 AM
A͢J
A͢J - avatar