SyntaxError: invalid syntax trong python

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?

2 Likes

xem có phải là Python 2 ko? Nếu là Python 3 thì phải ghi là print("...") có dấu ()

5 Likes

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

2 Likes

Được rồi! Em cám ơn chị nhiều lắm!

A post was split to a new topic: Lỗi Syntax Error ở dòng elif

This topic was automatically closed after 24 hours. New replies are no longer allowed.

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?