darkprinx / break-the-ice-with-python

The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
2.75k stars 1.45k forks source link

Update Day_02.ipynb #110

Open AliBhai2021 opened 3 years ago

AliBhai2021 commented 3 years ago

"while input():" is replaced with "while True:" in question-9 solution. Just corrected the logic.