Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olgaele/mini-python-codes
- Owner: OlgaEle
- Created: 2024-08-19T13:16:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T11:11:51.000Z (5 months ago)
- Last Synced: 2024-08-20T16:58:27.087Z (5 months ago)
- Topics: beginner-friendly, code, mini, problemsolving, python, pythoncode, pythonproblems
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)