Input Statement

 What is an Input statement?

An input statement helps us to ask about an input number or decimal number from the user.
The default datatype of the input statement is String so if we want in different datatype we need to write it in the code like this.

A program that calculates the Area and Perimeter of a rectangle








Comments

Popular posts from this blog

Datatypes in Python

Basic concepts

Operators