Day 1 of 90 Days of Python Programming Examples
- Welcome to Day 1 of 90 days of Python Programming Examples. In this tutorial, we’ll be introducing the basics to advanced Python Programming Examples.
Python is a high-level interpreted computer language for general-purpose programming. Python, developed by Guido van Rossum and initially released in 1991, has a design philosophy that prioritizes code readability, particularly using large whitespace. It includes structures allowing for straightforward local and big scales programming.
Python Program to add two numbers
- Numbers num1 and num2 are provided. The goal is to create a Python program that calculates the sum of these two numbers.
Example:-
Output:-
- Sum of 45 and 18 is 63
Adding two numbers given by the user
First Number:- 45, Second Number:- 18.09
- The sum of 45 and 18.09 is 63.09