python3 -i code example
Example: Python3
File "<ipython-input-2-6ac54686c244>", line 8
print "Total Employee %d" % Employee.empCount
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Total Employee %d" % Employee.empCount)?