subjects

Dropdown Menu

Monday 15 February 2021

Variable:

 Variable: A variable is a name given to memory location during execution it changes the values

Ex:          age = int (input (“Enter a value”))

                print (age)


                


No comments:

Post a Comment