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 Python continue zendnwar April 16, 2016 >>> for var in “zend-anwar”: if var == “-“: continue print (va .. Python String Operations zendnwar May 8, 2016 Concatenation >>>’Zend’ + ‘Anwar’ Zendanwar >>>’ ..