python学习笔记
基本功1. Python语言中没有采用花括号来分割代码块,而是使用了冒号和代码缩进来区分代码之间的层次。Ex:if __name__ == '__main__':time = 12if(time==1
python学习笔记