1、用户登录,3次重试 count = 0 while count < 3: user = input('请输入用户名>>>') pwd = input('请输入密码>>>') if user == 'rory' and pwd == '1234': print('欢迎登录') print('... Read More
posted @ 2020-08-06 19:34 扯扯y Views(90) Comments(0) Diggs(0)
1、开发语言: 高级语言:Python、 Java、 C#、 PHP、 Go、 Ruby、 C++ > 字节码 低级语言:C、 汇编 > 机器码 2、语言对比 PHP:适用于写网页,具有局限性 Python、Java:既可写页面,也能写后台功能 Java执行效率比Python高,Python开发效率 Read More
posted @ 2020-08-05 21:02 扯扯y Views(83) Comments(0) Diggs(0)