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

Python规范

时间:2018-08-26 16:41:57      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:需要   lease   注意   ber   为什么   inpu   The   wan   \n   

#coding=utf-8
‘‘‘
Created on 2018年8月26日

@author: peng.wang

注意点:
①#coding=utf-8,一定要放在第一行,至于为什么,不重要,就当成是规范了。
②Python中的注释用的是,单行用的是#,多行用三个‘
③等待用户输入
raw input 输入的均是字符串

input 输入的默认是数字,如果需要输入的是字符串,则需要在输入前加入“”或者‘‘

‘‘‘
#line=raw_input("this is text line...\n")
#print "hello,Python"+" "+line
num=input("please enter the number :")
print num
print num+"1234"

Python规范

标签:需要   lease   注意   ber   为什么   inpu   The   wan   \n   

原文地址:http://blog.51cto.com/1464490021/2164521

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