Explanation:
heyy
everyone come here for truth and dare
vzg-hqvy-wdn
The length of the pencil would most likely be measured in centimeters.
Explanation:
num1= print("Enter a number :")
num2 = print("Enter a number :")
sum = num1 + num2
print(sum)
Answer:
A variable is a name associated with a data value; we say that the variable "stores" or "contains" the value. Variables allow us to store and manipulate data in our programs.