To print the value of a variable in Python, python uses :
Answers
Answered by
1
Answer:
In Python, single, double and triple quotes are used to denote a string.
Explanation:
This is the answer of your problem
Answered by
0
Answer:
print(variablename)
Explanation:
example:
number = 2
print(number)
output:
2
"number" is a variable with value 2 as an integer
print(number) function will print the value of "number".
Similar questions
Math,
3 months ago
Math,
3 months ago
English,
3 months ago
Hindi,
8 months ago
India Languages,
8 months ago
Social Sciences,
1 year ago
Physics,
1 year ago