摘要:
''' 阅读全文
posted @ 2018-11-04 17:56
师兄帮帮忙
阅读(355)
评论(0)
推荐(0)
摘要:
# name = input("请输入你的名字:")# age = int(input("请输入你的年龄:"))# msg = '''# %s 的博客 # Name : %s# Age : %s# # ''' % (name, name, age)# print(msg)# 小作业,判断敏感词汇# 阅读全文
posted @ 2018-11-04 17:44
师兄帮帮忙
阅读(153)
评论(0)
推荐(0)
摘要:
'''1、简述变量命名规范'''# 由数字,字母,下划线任意组合# 不能以数字开头# 不能是Python关键字# 可描述性# 尽量不用汉字# 不宜过长'''2、name = input('>>>') name变量是什么数据类型'''# str字符串'''3、if条件语句的基本结构'''# if 条件 阅读全文
posted @ 2018-11-04 16:42
师兄帮帮忙
阅读(175)
评论(0)
推荐(0)

浙公网安备 33010602011771号