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
相關文章
相關標籤/搜索