break-the-ice-with-python icon indicating copy to clipboard operation
break-the-ice-with-python copied to clipboard

The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways

Results 95 break-the-ice-with-python issues
Sort by recently updated
recently updated
newest added

inserted single-line solution for Question 8

# Hello Guys ### If anyone wants to - - ***Share opinion*** - ***Ideas*** - ***Have query*** - ***Find mistake*** ### ***Please feel free to write it down and discuss...

bug
enhancement
help wanted
question

I have added another solution for Question 18 by using string module.

Added a new solution for question 6

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

I solved Q2 more concisely and structurally elegant using recursion.

Another solution for Question 13 (Day 3) using the Try Except block.

New Solution Proposal: I see that none of the solutions listed used a dictionary to store the "deposit" and "withdraw". I solved it using a dictionary and I'd like to...

In the last solution, the variable "digit" is mistakenly spelt as "digits". Should be an easy fix.