khi em chạy 1 file python nó nói:
PS C:\Users\WIN7-UTI> python bt1.py
File "bt1.py", line 1
print " hello wolrd ."
^
SyntaxError: invalid syntax
Cho em hỏi là sai ở đâu vậy?
khi em chạy 1 file python nó nói:
PS C:\Users\WIN7-UTI> python bt1.py
File "bt1.py", line 1
print " hello wolrd ."
^
SyntaxError: invalid syntax
Cho em hỏi là sai ở đâu vậy?
xem có phải là Python 2 ko? Nếu là Python 3 thì phải ghi là print("...")
có dấu ()
Bạn nên đặt câu hỏi là:
Sửa lỗi SyntaxError: invalid syntax trong python
Lỗi có thể như @tntxtnt nói
Được rồi! Em cám ơn chị nhiều lắm!
This topic was automatically closed after 24 hours. New replies are no longer allowed.