- 파이썬

 

# dictionary - key, value, items

for key in days_in_months.keys() :
	print(key)

+ Recent posts