1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-25 19:57:13 +00:00
Files
YosysHQ.nextpnr/3rdparty/python-console/data/test4.py
2018-06-28 17:57:26 +02:00

5 lines
70 B
Python

for i in range(2):
for j in range(3):
print j
print i