Python learning

 Python


Hi friends now we can learn python now.

First we learn what is use of python.

Use

Python is used to develop the apps,games e.t.c

Python from beginners

First python have variables Like 'A','B','C'
Like maths we have  variables in python 

Variables are used to store the data
Data means information


Data

In python data is three types such as:
1.STRINGS 
2.INTEGERS
3.FLOTS

1.STRINGS

THE STRING is a type of data which is in the form of normal language
Ex:- 'HI FRIENDS' 
While ise in the string we will use  ('') 
To get out put then we can will use print() function


Comments