Skip to content

Commit 18c6b9e

Browse files
authored
python3 print
1 parent 062c5df commit 18c6b9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

2017-05-29-CRM/coxeter-posets-demo.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"outputs": [],
3232
"source": [
33-
"W=CoxeterGroup([\"B\",3])"
33+
"W = CoxeterGroup([\"B\",3])"
3434
]
3535
},
3636
{
@@ -95,7 +95,7 @@
9595
},
9696
"outputs": [],
9797
"source": [
98-
"W=CoxeterGroup([\"B\",4])"
98+
"W = CoxeterGroup([\"B\",4])"
9999
]
100100
},
101101
{
@@ -108,7 +108,7 @@
108108
},
109109
"outputs": [],
110110
"source": [
111-
"c=W.coxeter_element()"
111+
"c = W.coxeter_element()"
112112
]
113113
},
114114
{
@@ -247,7 +247,7 @@
247247
},
248248
"outputs": [],
249249
"source": [
250-
"L=W.weak_lattice()"
250+
"L = W.weak_lattice()"
251251
]
252252
},
253253
{
@@ -268,7 +268,7 @@
268268
}
269269
],
270270
"source": [
271-
"print L.category()"
271+
"print(L.category())"
272272
]
273273
},
274274
{

0 commit comments

Comments
 (0)