Skip to content

Commit 0709723

Browse files
committed
Python 2 -> 3
1 parent 7e7af48 commit 0709723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sage-start-here.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
],
335335
"source": [
336336
"for K in [ZZ, QQ, ComplexField(16), QQ[sqrt(2)], GF(5)]:\n",
337-
" print K, \":\"; print K['x'](p).factor()"
337+
" print(K, \":\"); print(K['x'](p).factor())"
338338
]
339339
},
340340
{

0 commit comments

Comments
 (0)