07 2019 档案

摘要:1,下载1,web页面另存为。库的下载,都是在这里下载的https://pypi.org/,选择合适的版本,32位或64位,py2或py3,py3.6或py3.7等,文件类型.whl或.tar.gz的都行2,pip download 模块名3,pycharm-》setting-》解释器-》+2,安装 阅读全文
posted @ 2019-07-29 09:33 Augustone 阅读(212) 评论(0) 推荐(0) 编辑
摘要:1,官网的数据类类型介绍:https://docs.python.org/zh-cn/3/library/stdtypes.html#mapping-types-dict 2,Runoob的集合介绍:https://www.runoob.com/python3/python3-set.html#se 阅读全文
posted @ 2019-07-22 16:31 Augustone 阅读(244) 评论(0) 推荐(0) 编辑
摘要:# 改改游戏小程序 import pygamefrom pygame.locals import *from sys import exitpygame.init() # 进行初始化bgsize = width, height = 1920, 1080pygame.display.set_mode( 阅读全文
posted @ 2019-07-20 21:33 Augustone 阅读(194) 评论(0) 推荐(0) 编辑
摘要:A 简单运算https://www.cnblogs.com/augustone/p/11194185.html B 运算符各种运算符 https://www.runoob.com/python3/python3-basic-operators.html 字符串 字符串的加与乘 字符串内建函数 htt 阅读全文
posted @ 2019-07-17 18:50 Augustone 阅读(184) 评论(0) 推荐(0) 编辑
摘要:# 我的第一个小程序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 阅读(179) 评论(0) 推荐(0) 编辑
摘要:Python 的非正式介绍¶ 这个手册中的许多例子都包含注释,甚至交互性命令中也有。Python中的注释以井号 # 开头,并且一直延伸到该文本行结束为止。注释可以出现在一行的开头或者是空白和代码的后边,但是不能出现在字符串中间。字符串中的井号就是井号。因为注释是用来阐明代码的,不会被 Python 阅读全文
posted @ 2019-07-16 12:48 Augustone 阅读(285) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示