mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-13 15:27:37 +00:00
5 lines
70 B
Python
5 lines
70 B
Python
for i in range(2):
|
|
for j in range(3):
|
|
print j
|
|
print i
|