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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T11:11:51.000Z (8 months ago)
- Last Synced: 2025-01-28T12:19:35.236Z (3 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)