Skip to content

Commit e810af0

Browse files
Updated code to work with Python3
Semantic update to the code so as to be up-to-date and running Python3. Previously, it followed Python2 standards and could not run on Python3.
1 parent 7c573ac commit e810af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sets/SymmetricDifference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
res_ar=list(res_set)
2323
res_ar.sort()
2424
for i in res_ar:
25-
print i
25+
print(i)

0 commit comments

Comments
 (0)