Hỏi đáp
Chia sẻ kiến thức, cùng nhau phát triển
PS D:\python> python
Python 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> abc.py
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'abc' is not defined
>>> abc.py
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'abc' is not defined
>>> aa.py
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'aa' is not defined
>>>
mấy anh cho em hỏi lỗi này là lỗi gì và cách fix thế nào ạ
cái này là do bạn vào phần gõ code của cmd. phần đấy là để chạy code khi bạn gõ trực tiếp vào đó, ko phải chạy file có tên bạn gõ vào.
cái này là do bạn chạy file vào phần gõ code của cmd. phần đấy là để chạy code khi bạn gõ trực tiếp vào đó, ko phải chạy file có tên bạn gõ vào.
toàn thấy báo chưa định nghĩa, chưa khởi tạo gì đó! bạn có code ko? đưa lên coi thử.
Còn ko thì tham khảo nguyên nhân bên này
https://www.codementor.io/@martarey/python-errors-nameerror-name-is-not-defined-and-more-1a4tzv1v1k