[oeasy]python062_在python中完成输入和输出_input_print

B站影视 2025-01-22 08:20 2

摘要:但是 这个 有点没头没尾能否 有点提示(prompt) ?name = input("what is your name:")print("Hello", name, "!")print("And Welcome!")

我想写一个程序输入名字然后对他说hello并欢迎具体怎么写呢?vim 启动新建i.pyvi i.py"+P粘贴代码:w|!python3 %保存并运行但是 这个 有点没头没尾能否 有点提示(prompt) ?name = input("what is your name:")print("Hello", name, "!")print("And Welcome!"):w|!python3 %保存并运行当前文件作用函数名参数输入inputprompt 提示词输出printvalues 值
sep 分隔符
end 换行符函数操作对象英文名input标准输入流sys.stdinprint标准输出流sys.stdout代码细节 完全看懂蛇形命名赋值输出编写apple.pyapple_count = input("Please enter the number of apples: ")print("There are", apple_count, "apples.")运行成功对于vim和shell我们 要好好总结一下以后 就不会再提示得 这么详细 了我们下次再说!蓝桥->https://www.lanqiao.cn/courses/3584github->https://github.com/overmind1980/oeasy-python-tutorialgitee->https://gitee.com/overmind1980/oeasypython

来源:oeasy

相关推荐