随笔分类 -  python

摘要:基础入门 变量--将程序运行中的一些临时值存储下来 print(),python2 不需要括号,3需要括号 2:print 'hello' 3: print('hello') 变量命名规则 由数字、字母、下划线组成 不能以数字开头 不能使用Python中的关键字 不能使用中文和拼音 变量名要区分大小 阅读全文
posted @ 2022-05-22 23:22 珍惜当下1024 阅读(72) 评论(0) 推荐(0)