lang = 'Python' nums = [1,2,3,4] nums_dict = {'one':1,'two':2,'three':3} print(type(nums)) print(type(lang)) print(type(nums_dict)).
確定! 回上一頁