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

https://github.com/devfreaked/python-programs

Python programs created during my graduation in 2020.
https://github.com/devfreaked/python-programs

practice-programming programs-practice python

Last synced: 12 months ago
JSON representation

Python programs created during my graduation in 2020.

Awesome Lists containing this project

README

          

# Python-Programs
Python programs created during my graduation.

| Problem | Code |
| ------------- | ------------- |
| Find Area of Triangle | Click Here |
| Find Armstrong Number | Click Here |
| Find ASCII Value | Click Here |
| Blackjack | Click Here |
| Calculator (Sum/Subtract/Product/Division) | Click Here |
| Calendar | Click Here |
| Find Coefficients | Click Here |
| Count Vowels in a String | Click Here |
| Generate Fibonacci Series | Click Here |
| Find Highest Common Factor (HCF) | Click Here |
| Find Least Common Multiple (LCM) | Click Here |
| Validate Leap Year or Not | Click Here |
| Matrix | Click Here |
| Add 2 Matrices | Click Here |
| Multiplay 2 Matrices | Click Here |
| Multiplication Table | Click Here |
| Swap Two Numbers | Click Here |
| Find Odd-Even | Click Here |
| Validate String a Palindrome or Not | Click Here |
| Find Power of a Number | Click Here |