You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#A variable is a reserved location in computers memory that stores values;string, number, list or any data type.
# Rules for declaring variables
#The variable name should always start with a lowercase letter and never start with a number or any other character. The variable letter may contain uppercase letters, numbers, underscore but not as the first character.