LearningPy/main.py

4 lines
57 B
Python
Raw Normal View History

2022-11-30 17:36:56 +00:00
a = {1, 2}
b = {"a":1, "b":2}
print(type(a), type(b))