structure opened this issue on Jun 27, 2019 ยท 94 posts
structure posted Sat, 21 May 2022 at 1:51 AM Forum Coordinator
According to the motto: Why simple when you can make it complicated :)test this:d = dict(a=1, b=2, c=3)print(d.__class__.__name__)
According to the motto: Why simple when you can make it complicated :)
test this:
d = dict(a=1, b=2, c=3)
print(d.__class__.__name__)
Locked Out