組み込み関数 print() 使い方 print( obj ) objを表示します print(1,'a',,{1:2,3:4},(1,2)) #結果 1 a {1: 2, 3: 4} (1, 2) 組み込み関数