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