我 的Python学习之贴,用作学习中的笔记文章,大家勿笑~
a = "Hello world" print (a)
print为输出,那么input就是输入,
name = input("请输入姓名:")
print = (name)
执行之后会输出:
请输入姓名: