| Python Lab Manual / Python program for different types of variables
| Program Name 
 Write a Pytnon Program for Python program for different types of variables.
 |  
| Theory 
 
Python program for different types of variables like int,float, string e.t.c
 |  
| Program Code 
 
 
 |  
| 
Input:
 |  
| 
Output:
a= 5
b= John
c= 4
d= Sally
e= John
f= John
g= Orange
h= Banana
i= Cherry
j= Orange
k= Orange
l= Orange
o= Python is awesome
 |  |