摘要:
# 我的第一个小程序print("hello world!\t你好我好大家好\t"+"哈哈哈!")i = 0while 1: i = i+1 temperature = input("请输入今天的温度:") temperature = int(temperature) if temperature 阅读全文
posted @ 2019-07-16 19:16
Augustone
阅读(185)
评论(0)
推荐(0)
摘要:
Python 的非正式介绍¶ 这个手册中的许多例子都包含注释,甚至交互性命令中也有。Python中的注释以井号 # 开头,并且一直延伸到该文本行结束为止。注释可以出现在一行的开头或者是空白和代码的后边,但是不能出现在字符串中间。字符串中的井号就是井号。因为注释是用来阐明代码的,不会被 Python 阅读全文
posted @ 2019-07-16 12:48
Augustone
阅读(296)
评论(0)
推荐(0)
浙公网安备 33010602011771号