python神级代码hello word!

# 你好! python

print("hello word!")   # 打印"hello word"
name=input("what is your name?:")  # 输入name
print("hello",name)  # 欢迎您!

 

posted on 2019-07-07 20:14  不会打码的码农  阅读(1500)  评论(0)    收藏  举报

导航