How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts Data structure in python zendnwar March 17, 2016 Python list >>> arr = 22, 33, 44, 55, 66, 77, 1, 2, 3, 4, 5, 6 >>> arr 22, 33 .. SyntaxError: invalid syntax Error in Python zendnwar November 27, 2013 This very simple mistake. just write print (“Hello, World!”); Hope you wil ..