how to check python version in linux? zendnwar March 8, 2016 Python, Uncategorized 5 Comments It’s very simple: python –version or python -V Related Posts SyntaxError: invalid syntax Error in Python zendnwar November 27, 2013 This very simple mistake. just write print (“Hello, World!”); Hope you wil .. Difference between lamda and def in Python zendnwar March 18, 2016 def can contain multiple expressions whereas lamda is a single expression function def creates ..