Search This Blog

Wednesday 28 October 2020

Python Programs for Simple Computation

0 comments

Python Programs using Variables, Expression and Statements

Program 1: Greeting with Hello to the Programmer


Program 2: Performing simple arithmetic such as Addition, Subtraction etc.


Program 3: Finding whether a given number is Odd or Even

Program 4: Finding the Greatest of given three Numbers.

Program 5: Calculating the sum of first N numbers.

Program 6: Generating a Multiplication Table of your choice.


Program 7: Converting a Decimal Number (Base 10) into Binary Number (Base 2)


Leave a Reply