datawhale python Day1

python初体验:print and input 1.1 print:向屏幕输出括号中的内容 print(‘hello world’) #向屏幕输出‘hello world’(注意单引号或者双引号都可以) 1.2 input:函数input() 让程序暂停运行,等待用户输入一些文本。获取用户输入后,Python将其存储在一个变量中。 name=input('please enter your
相关文章
相关标签/搜索