Python 语言学习
时间:2018-08-06 16:50:43
收藏:0
阅读:143
python 语言是什么?
1 #!/usr/bin/env python 2 # -*- coding:utf8 -*- 3 4 print("hello world")
#!/usr/bin/env python
# -*- coding:utf8 -*-
print("hello world")
原文:https://www.cnblogs.com/flywithwind42/p/9431087.html
评论(0)