1 #!/usr/bin/env python 2 # -*- coding: UTF-8 -*- 3 4 import os 5 import sys 6 7 print(os.getcwd) 8 print(sys.version) 9 10 print(‘hello python!‘)
原文地址:https://www.cnblogs.com/gitwow/p/10276538.html
时间: 2024-10-29 19:47:31
1 #!/usr/bin/env python 2 # -*- coding: UTF-8 -*- 3 4 import os 5 import sys 6 7 print(os.getcwd) 8 print(sys.version) 9 10 print(‘hello python!‘)
原文地址:https://www.cnblogs.com/gitwow/p/10276538.html