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 How to check python version ? admin April 9, 2017 python -V .. How to check Django installed version? admin December 20, 2019 Type the following command in Python shell >>> import django >>> django.get_v ..