2022-06-30 16:10:38 +08:00

4 lines
73 B
Python

list = [1, 2, 3]
if str(type(list)) == "<class 'list'>":
print('OK')