How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts hello world program in python. zendnwar November 27, 2013 Please go to start menu click on “IDLE (Python GUI)” just write below code print (& .. Python Lists as Stacks zendnwar March 17, 2016 >>> stack = 11,22,33,44,55,66,77 >>> stack.append(88) >>> stack 11, ..