美文网首页
python开发--hello world!

python开发--hello world!

作者: 阿耀王子 | 来源:发表于2018-04-10 21:03 被阅读0次

学习python从Hello world!开始

#! /usr/bin/env python
# -*- coding:utf-8 -*-

'''
@Author:gcan
@Email:1528667112@qq.com
@Site:http://www.gcan.top
@File:hello_world.py.py
@Software:PyCharm
@Date:2018-04-10 20:12:17
@Version:1.0.0
'''


print("hello world!")
hello world!

相关文章

网友评论

      本文标题:python开发--hello world!

      本文链接:https://www.haomeiwen.com/subject/dlfohftx.html