From 1a49420511c3c5969569dc47cf27e7bb13a10265 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 24 Nov 2015 14:55:11 +0100 Subject: [PATCH] update for a2e1 --- a2/src/1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(';') -- 2.20.1