Python continue zendnwar April 16, 2016 Python 0 Comments >>> for var in “zend-anwar”: if var == “-“: continue print (var) output– z e n d a n w a r Related Posts django install with anaconda admin October 22, 2018 Just open anaconda cmd & run following command conda install -c anaconda django .. Write a Hello World Python Program in linux zendnwar March 8, 2016 $ vim zendanwar.py #!/usr/bin/python # Hello world python program print “Hello python Wor ..