摘要:
一、注释 1、单行,代码注释:# 2、多行注释:三个引号(单引号、或双引号) 3、三个单引号,赋予个变量,打印,又可用作:多行打印 4、单行打印 msg1 = '''sjijid = ddcd'''#单引号套双引号,双套单msg2 = "I'm lili"print(msg1,msg2) 5、账号密 阅读全文
posted @ 2020-04-28 17:11 默等花开 阅读(194) 评论(0) 推荐(0) 编辑
posted @ 2020-04-28 17:11 默等花开 阅读(194) 评论(0) 推荐(0) 编辑
posted @ 2020-04-28 15:44 默等花开 阅读(246) 评论(0) 推荐(0) 编辑
posted @ 2020-04-28 14:57 默等花开 阅读(528) 评论(0) 推荐(0) 编辑
posted @ 2020-04-28 14:37 默等花开 阅读(173) 评论(0) 推荐(0) 编辑
Copyright © 2024 默等花开
Powered by .NET 9.0 on Kubernetes