30/09/2018, 18:08

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 ‘tuple’

Làm ơn cho em biết sai ở đâu và cách sửa.

Nguyen Ti viết 20:17 ngày 30/09/2018

print(“biet danh toi la %s %d”%(biet_danh, code))

Bài liên quan
0