Inputoutput
Inputoutput
Today’s Agneda
Programming,why python,variable,datatype,IDE,input,output
statement
Learning Objective:- After end of this lesson students will
understand how to give input in python and how to display result
in python.
What is the need of programing language?
Why python is used for programming?
Python Input and output
statements
Input :-information or data sent to the user through the keyboard
is called input.
The syntax for input is
input(“prompt message”)
stored in memory
Data type
Each variable can be thought of as a memory location that can hold a specific types.
This type is called data type.
There are different kind of data types available in python
Numeric data type:-int,float,complex
String data type:-Str
Boolean type:-bool
Operators:
Arithmatic operators
+ ,-,/,//,%
Logical operators
AND OR NOY
What is IDE?
An integrated development environment (IDE)
is a software application that helps programmers
develop software code efficiently.
e.g Pycharm