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 Method overloading example in python admin February 25, 2018 class Localbus: def sayLocal(self, busName=None): if busName is not None: print('Hello ' + busN .. how to open Jupyter notebook in chrome on windows admin November 11, 2018 Just make chrome as a default browser and launch the jupyter . It will work ..