mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02:00
2 lines
29 B
Python
2 lines
29 B
Python
print({a for a in range(5)})
|