2022-06-30 08:15:08 +00:00

4 lines
77 B
Python

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