2022年3月6日
摘要: print(1,2,3,4,5, sep =';') print(1.2.3.4.5; end =',') 注释 #单行注释 ''' 多行注释 三个双引号“”“”“” 运算符 取整 5//3 等于1 取余数 5%3 等于2 乘方 ** 不等 != and not or 1 = true 0 = fa 阅读全文
posted @ 2022-03-06 20:39 Lionever 阅读(31) 评论(0) 推荐(0) 编辑