python3.x中是使用print函數對數據進行輸出的,具體方法如下:>>>print("runoob") # 輸出字符串runoob >>> print(100) # 輸出數字100>>> str...