Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olgaele/mini-python-codes


https://github.com/olgaele/mini-python-codes

beginner-friendly code mini problemsolving python pythoncode pythonproblems

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Mini Python Codes (Common Python Exercises)

1) [Two Sum](TwoSum.py)
2) [Runner-Up Score](Runner-Up-Score.py)
3) [Palindrome Number](PalindromeNumber.py)
4) [List Comprehensions](ListComprehensions.py)
5) [Leap Year](LeapYear.py)