hello.py

Posted *飞飞*

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hello.py相关的知识,希望对你有一定的参考价值。

def hello():
    print(‘hello world‘)
if __name__==‘__main__‘: hello()

print("__name__=",__name__,‘\n‘)
‘‘‘

name=input("what‘s your name?\n")
print("hello, "+name+"!")
input("")
‘‘‘

 

以上是关于hello.py的主要内容,如果未能解决你的问题,请参考以下文章

Python 二 :Python入门

hello.py

python入门

如何在win7 64位系统下用pyinstaller打包python代码成exe

Python之变量用法以及字符串

13Python入门