Mình nhập bài 11 trong cuốn Learn python the hard way bằng Sublime text, khi chạy thì nó báo lỗi
print "How old are you ?",
age = raw_input()
print "How tall are you ?",
height = raw_input()
print "How much do you weight?",
weight = raw_input()
print "So, you're %r old, %r tall and %r heavy. " %(age, height, weight)
age = raw_input()
EOFError: EOF when reading a line
? [Finished in 0.0s with exit code 1]
Trong khi chạy ở IDLE hay Power shell thì không bị lỗi này
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?