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 scrapy version check with CLI mode admin December 24, 2018 It’s very simple, just run below command.>>> scrapy version .. How to show hostname & IP address with python programming zendnwar April 13, 2016 The Internet Protocol assigns a 4-byte address to every computer connected to the network. Such ..