python的升级(2.6------>2.7.x)
http://note.youdao.com/share/?id=2928aeda020123bfdf2a2c76bc75e4a7&type=note
python 的开始
1 #/usr/bin/env python 2 3 #-*- coding:utf-8 -*- 4 5 print ‘hello world‘
python的注释
多行注释: “”” “”” 单行注释 #
时间: 2024-09-30 23:52:27
http://note.youdao.com/share/?id=2928aeda020123bfdf2a2c76bc75e4a7&type=note
1 #/usr/bin/env python 2 3 #-*- coding:utf-8 -*- 4 5 print ‘hello world‘
python的注释
多行注释: “”” “”” 单行注释 #