[Python嗯~機器學習]---Python基礎

Python基礎教程 程序輸入和輸出 一、打印字符串html In [2]:python myString = 'hello world' print(myString) hello world In [3]:數組 myString #跟上面不一樣的地方在於上面打印出了內容,下面顯示出來mystring是一個string類型 Out[3]:函數 'hello world' 二、格式化輸出字符串測試
相關文章
相關標籤/搜索