From: Mart Lubbers Date: Tue, 24 Nov 2015 13:55:11 +0000 (+0100) Subject: update for a2e1 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=1a49420511c3c5969569dc47cf27e7bb13a10265;p=ar1516.git update for a2e1 --- diff --git a/a2/src/1.py b/a2/src/1.py index 2650336..1a75628 100644 --- 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(';')