Python編程從入門到實踐 10-11喜歡的數字

    編寫一個程序,提示用戶輸入他喜歡的數字,並使用json.dump() 將這個數字存儲到文件中。再編寫一個程序,從文件中讀取這個值,並打印 消息「I know your favorite number! It's _____.」。 python #!/usr/bin/env python # -*- coding: utf-8 -*- import json filename='numb
相關文章
相關標籤/搜索