摘要: age_of_me = 17 count = 0 while count age_of_me: print("guess smaller") else: print("guess bigger") count +=1 if count == 5: countine_confirm = input("do you want... 阅读全文
posted @ 2019-05-18 00:03 tang唐 阅读(67) 评论(0) 推荐(0)
摘要: 1,计算机基础。2,python历史。 宏观上:python2 与 python3 区别: python2 源码不标准,混乱,重复代码太多, python3 统一 标准,去除重复代码。3,python的环境。 编译型:一次性将所有程序编译成二进制文件。 缺点:开发效率低,不能跨平台。 优点:运行速度 阅读全文
posted @ 2019-05-11 23:56 tang唐 阅读(86) 评论(0) 推荐(0)