python中的 輸入和輸出

輸出:print 函數,注意在python3中必須使用括號() 輸出的內容 1. 字符串和數值類型 2. 變量--無論什麼類型,數值,布爾,列表,字典...都可以直接輸出 print 'hello,world' print 1,2,3,4,5,6 print '我在學習python' print [1,2,3,4,5] print True print {1,2,3,4} print {'one'
相關文章
相關標籤/搜索