python 9.6作业

1,Hello world! >>> print("hello world") hello world 2,简单交互 >>> name=input("please input your name:") please input your name:ruican >>> print("{}同学,好好学习,天天向上!".format(name)) ruican同学,好好学习,天天向上! 3,用户输入三
相关文章
相关标签/搜索