prankuragarwal / python-beginner

Codes I wrote while learing python in the beginning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-beginner

Codes I wrote while learing python in the beginning

Index of files

Armstrong

Determine if a number is an Armstrong number
https://github.com/rossoskull/python-beginner/blob/master/armstrong.py

Bank

Create and manage a bank account in the terminal
https://github.com/rossoskull/python-beginner/blob/master/bank.py

GCD

Calculate the GCD between 2 numbers
https://github.com/rossoskull/python-beginner/blob/master/gcd.py

LCM

Calculate the LCM between 2 numbers
https://github.com/rossoskull/python-beginner/blob/master/lcm.py

Odd or Even

Calculate if a number is odd or even
https://github.com/rossoskull/python-beginner/blob/master/oddeven.py

Palindrome

Evaluate if a number is a palindrome
https://github.com/rossoskull/python-beginner/blob/master/palindrome.py

Sum from 1 to n

Calculate the sum from 1 to n numbers
https://github.com/rossoskull/python-beginner/blob/master/sumofn.py

Sum of squares

Calculate the sum of squares from 1 to n numbers
https://github.com/rossoskull/python-beginner/blob/master/sumofsquares.py

About

Codes I wrote while learing python in the beginning


Languages

Language:Python 100.0%