mirror of https://github.com/YosysHQ/nextpnr.git
3 lines
35 B
Python
3 lines
35 B
Python
|
|
for i in range(1, 10):
|
||
|
|
print i
|