Closed kaivalyar closed 6 years ago
Corrected except statement to use Python3 as syntax. Added parentheses around print statement.
except
as
print
These changes still remain unmerged.
Corrected
except
statement to use Python3as
syntax. Added parentheses aroundprint
statement.