• 코드:
​x
 
1
dict1 = {'하나': 1, 2: 'two', 3.14: 'pi'}
2
dict2 = {('ten', 10): ['열', 10.0]}
3
​
4
print(dict1)
5
print(dict2)
6
​
표준입력 & 실행옵션