02 2018 档案
摘要:1.下载专业版:pycharm-professional-2017.3.3.exe 2.安装Pycharm 等待安装完成 3.激活使用 https://jetlicense.nss.im/ 获取密钥 如下: 4.字体调节
阅读全文
摘要:''' 运算符 + - * / % //(取商) **(a**b a的b次方) ''' import time count = 1 counts = 0 number = 10 oushu = 0 jishu = 0 while count <= number: print("OK",count,"次执行",time.time()) counts = count+count...
阅读全文
摘要:''' 条件语句 if 条件: print("OK"); else: print("Error"); ''' number = int(input("请输入一个数字:")) if number == 10: print("10RMB") elif number == 20: print("20RMB") elif number =...
阅读全文
摘要:print("Hello, World!"); name = input("请输入用户名"); pwd = input("请输入密码"); age = 18; sex = "男"; print("用户名:",name,"密码",pwd,"年龄",age,"性别",sex);
阅读全文
摘要:1.下载python安装版Windows x86-64 executable installer 2.开始安装 安装完成 3.检测是否安装成功并输出Hello World
阅读全文
浙公网安备 33010602011771号