My profile : Somia Nasir
Challenge | Solution | Difficulty |
---|---|---|
Say "Hello, World!" With Python | py-hello-world.py | Easy |
Arithmetic Operators | python-arithmetic-operators.py | Easy |
Python: Division | python-division.py | Easy |
Loops | python-loops.py | Easy |
Write a function | write-a-function.py | Medium |
Print Function | python-print.py | Easy |
Python If-Else | py-if-else.py | Easy |
Challenge | Solution | Difficulty |
---|---|---|
List Comprehensions | list-comprehensions.py | Easy |
Find the Runner-Up Score! | find-second-maximum-number-in-a-list.py | Easy |
Nested Lists | nested-list.py | Easy |