Python

Python 学习笔记

Python就业学习笔记1·基础语法1-1,输出Hello,Worldprint('Hello,World')1-2,Python的导入位置import os print (os.getcwd())1-3,Python的注释方法# ...
随笔
0