LearningPy/main.py
2022-11-30 17:36:56 +00:00

4 lines
57 B
Python

a = {1, 2}
b = {"a":1, "b":2}
print(type(a), type(b))