0
Working on python 3 but not in python 2 why? Showing error at "end=" (showing as syntax error)[solved]
3 Antworten
+ 7
Just see the difference in print. end="" is not supported in py2. It's only for py3.
https://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html#the-print-function
+ 1
oh thanks Arushi Singhania
0
Syntax is changed I think