Skip to content

akaProgramer/Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

Build Status Build Status CircleCI

Just my Python Programs which can be run online HERE.

hello.py

  • First Program to print 'Hello World!' & Print an Entered Name.

add_2.py

  • Program to Add two Entered Number(s).

subtract_2.py

  • Program to Subtract two Entered Number(s).

multiplication_2.py

  • Program to Multiply two Entered Number(s).

division_2.py

  • Program to Divide two Entered Number(s).

even_odd.py

  • Program to check if Entered Number is Even or Odd.

factorial.py

  • Program to Calculate Factorial of an Entered Number.

greater_2.py

  • Program to Display Greater Number among two Entered Number(s).

greater_3.py

  • Program to Display Greater Number among three Entered Number(s).

base_exponent_power.py

  • Program to Calculate Power of a Number.

reverse.py

  • Program to Reverse an Entered Number.

palindrome.py

  • Program to Check if Entered Number is Palindrome or not.

average.py

  • Program to Get Average of Entered Number(s).

table.py

  • Program to Show Table of Entered Number.

prime.py

  • Program to Check if Entered Number is Prime or not.

armstrong.py

  • Program to Check Whether or not Entered Number is Armstrong.

sum_digits.py

  • Program to Display Sum of its Digit(s).

number_swap.py

  • Program to Swap Two Entered Variables.

number_conversion.py

  • Program to Convert Decimal to Binary Number.

factors_of_number.py

  • Program to Show all the Factor(s) of an Entered Number.

some_info.py

  • Program to enter and display some info.

calc.py

  • A Simple Calculator Program.
  • Performs Addition, Subtraction, Multiplication, Division & Modulus.

gapful.py

  • A Program to check whether an Entered Number is Gapful or not.

ccalc.py

  • A little advanced Calculator Program.
  • Performs Mathematical Operations on Entered Equation.
  • Module(s) used: re

guess_it.py

  • A program which generates a Random Number between 0 and 20.
  • A user has to guess within 3 attempts.
  • Module(s) used: random

password_generator.py

  • A user driven program to generate Random Password.
  • Generates using letters, number(s), and special character(s).
  • Module(s) used: string, random

rock_paper_scissor.py

  • Rock Paper Scissor Game.
  • Module(s) used: random

hangman.py

  • Word Guessing Game.
  • Module(s) used: random

About

Just a collection of my Python Programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.9%
  • Shell 10.1%