break-the-ice-with-python
                                
                                
                                
                                    break-the-ice-with-python copied to clipboard
                            
                            
                            
                        The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
Propose adding my solution of problem 96
Propose running time O(N) solution
Each letter and digit we use has a corresponding unique Unicode integer value. We can get this value using Python's built-in ord() function. Knowing which integers represent upper- and lower-case...
changed "\b" to "\b " to delete the ending comma
print({num: num**2 for num in range(1, int(input('Enter the number : ')) + 1)})
added new solution in question Q9 using strings
**Describe the bug** Question 15 solutions not producing the correct output (except for the Python 2 solution which is correct) **To Reproduce** Paste the solutions in your editor of choice...
Fixed Day 13 question 49 solution