[Video] Python Bài 14 - argv và raw_input

PS C:\Users\Admin\Documents\NetBeansProjects\NewPythonProject\src>python .\ex14.py zed
Traceback <most recent call last>:
  File ".\ex14.py", line 15, in <module>
    print " Hi %s, I'm the %s script." % (user_name, script)
NameError: name 'script' is not defined

Lỗi này là sao ạ :((

đây là lỗi chưa khai báo biến script, bạn xem mấy dòng khai báo để nhập có viết nhầm chứ “script” ko?

2 Likes

Gửi thêm code lên đi @ductuan, chắc là thiếu khai báo hoặc viết nhầm tên biến script như @Tulip đã trả lời.

1 Like

ok e phát hiện ra lỗi r,tks 2 sư huynh nhé :smile:

1 Like

This topic was automatically closed 100 days after the last reply. 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?