Python break zendnwar April 16, 2016 Python 0 Comments >>> for var in “zend-anwar”: if var == “-“: break print (var) output— z e n d Related Posts scrapy version check with CLI mode admin December 24, 2018 It’s very simple, just run below command.>>> scrapy version .. how to check python version in linux? zendnwar March 8, 2016 It’s very simple: python –version or python -V ..