{"id":1627,"date":"2021-03-14T07:24:48","date_gmt":"2021-03-13T23:24:48","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=1627"},"modified":"2021-03-14T08:15:26","modified_gmt":"2021-03-14T00:15:26","slug":"python%e6%96%87%e4%bb%b6%e5%86%99%e5%85%a5","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=1627","title":{"rendered":"Python\u6587\u4ef6\u5199\u5165"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>###write method 1\ndata = &#91;\"dog\",\"cat\",\"kcock\"]\nwith  open('c:\/users\/liutz\/key.dat','w') as f:\n    f.write('I am wriyting data in binary file\\n')\n    f.write(\"let's write   another list\\n \")\n    for pet in data:\n        f.write(pet+\"\\n\")\n###write method 2\nf= open('hello.txt','w',encoding='utf-8')\nf.write(\"I am a teacher\\n\")\nf.write(\"wellcome to Python World!\\n\")\nmylist = &#91;'Apple','Orange','Banana']\nf.write(str(mylist))\nf.close()\n###read file ###\nf= open('hello.txt','r',encoding='utf-8')\r\nlines = f.readlines()\r\nprint(lines&#91;0])\r\nprint(lines&#91;1])\r\nprint(lines&#91;2])\r\nprint(\"---- read file------\")\r\nfor line in lines:\r\n    print(line+'\\n')\r\n\rf.close()\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-1627","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1627"}],"version-history":[{"count":4,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1627\/revisions"}],"predecessor-version":[{"id":1633,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1627\/revisions\/1633"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1627"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1627"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}