Câu hỏi của Viet Luong Quoc

Lỗi PS TypeError: unsupported operand type(s) for %: 'NoneType

Khi em viết 1 đoạn code thì powershell nó nhắc: PS C:UsersWIN7-UTIpython> python var2.py biet danh toi la %s %d Traceback (most recent call last): File “var2.py”, line 5, in print (“biet danh toi la %s %d”) % (biet_danh,code) TypeError: unsupported operand type(s) for %: ‘NoneType’ and ...

Viet Luong Quoc viết 18:08 ngày 30/09/2018 chỉnh sửa

SyntaxError: invalid syntax trong python

khi em chạy 1 file python nó nói: PS C:UsersWIN7-UTI> python bt1.py File “bt1.py”, line 1 print " hello wolrd ." ^ SyntaxError: invalid syntax Cho em hỏi là sai ở đâu vậy?

Viet Luong Quoc viết 18:07 ngày 30/09/2018 chỉnh sửa
1