diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-28 13:16:53 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-28 17:57:26 +0200 |
commit | c63274342f1aaa3d1087c0df5ffdaccfd0afcd56 (patch) | |
tree | b04628f6c8c6768e2d5771737f3f13687cd0ed29 /3rdparty/python-console/data/test4.py | |
parent | 66670831b89d934ef00c47c0527137f6ec38a0b0 (diff) | |
download | nextpnr-c63274342f1aaa3d1087c0df5ffdaccfd0afcd56.tar.gz nextpnr-c63274342f1aaa3d1087c0df5ffdaccfd0afcd56.tar.bz2 nextpnr-c63274342f1aaa3d1087c0df5ffdaccfd0afcd56.zip |
initial import of python-console
Diffstat (limited to '3rdparty/python-console/data/test4.py')
-rw-r--r-- | 3rdparty/python-console/data/test4.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/python-console/data/test4.py b/3rdparty/python-console/data/test4.py new file mode 100644 index 00000000..11b64f63 --- /dev/null +++ b/3rdparty/python-console/data/test4.py @@ -0,0 +1,4 @@ +for i in range(2): + for j in range(3): + print j + print i |