Câu hỏi của Thu Nguyen

Hỏi về câu lệnh truncate trong Python

@ltd Mình không hiểu đoạn lệnh target.truncate() này thực hiện gì, mong mọi người chỉ giúp. script, filename = argv print “We’re going to erase %r.” % filename print “If you don’t want that, hit CTRL-C (^C).” print “If you do want that, hit RETURN.” raw_input("?") print ...

Thu Nguyen viết 17:39 ngày 30/09/2018 chỉnh sửa

Hôi về chạy lệnh open trong Python shell

@ltd trong bài 15 của learnpythonhardway, phần study drill có bài tập số 6 như sau Start python to start the Python shell, and use open from the prompt just like in this program. Notice how you can open files and run read on them from within python? Tôi đã thử các lệnh open va read ...

Thu Nguyen viết 17:39 ngày 30/09/2018 chỉnh sửa
1