We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c573ac commit e810af0Copy full SHA for e810af0
Sets/SymmetricDifference.py
@@ -22,4 +22,4 @@
22
res_ar=list(res_set)
23
res_ar.sort()
24
for i in res_ar:
25
- print i
+ print(i)
0 commit comments