码迷,mamicode.com
首页 > 编程语言 > 详细

python_code_420

时间:2015-04-20 14:45:23      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

1.python 语法对 空格,缩进有严格要求

2.file objects contain a special pair of built-in methods: __enter__() and__exit__()

  such as: 

with open("text.txt", "w") as v:
    v.write("sss")

  

 

python_code_420

标签:

原文地址:http://www.cnblogs.com/njuzwr/p/4440726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!