diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-10 18:54:12 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-05-10 18:54:12 +0200 |
commit | 41ff4f5733ca17201e25e136e3be65121b81264b (patch) | |
tree | 812a52a0ef3dd9ac649920b7b57892aab092062b /python | |
parent | 7576451f8467d5065a24316a9c724021e4309f31 (diff) |
modified gitgnore e deleted useless spaces
Diffstat (limited to 'python')
-rw-r--r-- | python/compito.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/python/compito.py b/python/compito.py index c6079aa..ecb08ba 100644 --- a/python/compito.py +++ b/python/compito.py @@ -44,7 +44,7 @@ def ord(): pV[i+1].citta = t.citta; pV[i+1].entrate = t.entrate; pV[i+1].uscite = t.uscite; - + s = True; last -= 1 @@ -68,7 +68,4 @@ for i in pV: ord() for i in pV: - print(i.entrate) - - - + print(i.entrate)
\ No newline at end of file |