【python】python学习心得

安装第三方库 python -m pip install matplotlib bool类型False和True开头的字母必须大写 在类中属性前面加上两个下划线表示该属性私有,不要用超过两个下划线开头或者结尾的变量。 二维列表建立方法: lists = [[0 for col in range(3)] for row in range(4)] lists[0][2] = 3 print(lists
相关文章
相关标签/搜索