Chạy đoạn code Python bị lỗi "NameError: name 'raw_input' is not defined"
Python 3 dùng input thay cho raw_input
https://stackoverflow.com/questions/954834/how-do-i-use-raw-input-in-python-3
1 Like
Python 3 dùng input thay cho raw_input
https://stackoverflow.com/questions/954834/how-do-i-use-raw-input-in-python-3