首页 > 编程语言 > 详细

python_code_420

时间:2015-04-20 14:44:25      阅读:121      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!