repositories
/
ar1516.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ee085
)
update for a2e1
author
Mart Lubbers
<mart@martlubbers.net>
Tue, 24 Nov 2015 13:55:11 +0000
(14:55 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Tue, 24 Nov 2015 13:55:11 +0000
(14:55 +0100)
a2/src/1.py
patch
|
blob
|
history
diff --git
a/a2/src/1.py
b/a2/src/1.py
index
2650336
..
1a75628
100644
(file)
--- a/
a2/src/1.py
+++ b/
a2/src/1.py
@@
-38,7
+38,9
@@
for node, name in zip(nodes, names):
continue
if orsym:
print('|')
- print('next(time)=time+{}'.format(time))
+ print('(', end='')
+ print('next(time)=time+{} &'.format(time))
+ print(')')
orsym = True
print(';')