0
Python
Почему написано invalid sintax, делаю все правильно например пишу >>> print ('Hello world') и опять выходит та же ошибка
1 Respuesta
+ 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.