摘要: # -*- coding: utf-8 -*- """ Created on Mon Mar 11 19:18:49 2019 @author: Administrator """ """ 0. 对象中的属性和方法,在编程中实际是什么? 数据和函数----->变量和函数 1. 类和... 阅读全文
posted @ 2019-03-11 22:40 Alimy 阅读(601) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- """ Created on Sat Mar 9 23:22:21 2019 @author: fengs """ import easygui as eg """ 0. 先练练手,把我们的刚开始的那个猜数字小游戏加上界面吧? 也可以直接使用eg.integerbox """ def dds0(): import random a... 阅读全文
posted @ 2019-03-11 01:04 Alimy 阅读(529) 评论(0) 推荐(0)