摘要:
1.先到https://www.python.org/点Downloads Windows。 我下载Python 3.7.2这个版本 阅读全文
随笔分类 - Python
Python语法-第2关
2019-06-24 18:03 by JaysonChan, 221 阅读, 收藏,
摘要:
单向判断IF 双向判断if…else… 多向判断if…elif…else… 嵌套IF 阅读全文
Python语法-第1关
2019-06-24 17:26 by JaysonChan, 479 阅读, 收藏,
摘要:
数据类型 四则运算 type(需要查询的数据) who = '我的'action = '是'destination = '镜像世界'number = 153code = '通行密码' type(who)type(action)type(destination)type(number)type(cod 阅读全文
Python语法-第0关
2019-06-20 14:05 by JaysonChan, 482 阅读, 收藏,
摘要:
#号是注释 print(520) print('一起玩吧') print("一起玩吧") print("Let's play") 三个'号是换行的用法 print('''我愿意留在汤婆婆的澡堂里工作两年,第一年在锅炉房和锅炉爷爷一起烧锅炉水,将在这个世界变成一头猪。''') \n是换行的用法 pri 阅读全文
图像识别
2019-06-20 13:36 by JaysonChan, 541 阅读, 收藏,
摘要:
import requestsfrom aip import AipOcr image = requests.get('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1561018802199&di=a89a8 阅读全文
浙公网安备 33010602011771号