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
Hindi,
2 months ago
Economy,
2 months ago
Physics,
2 months ago
Hindi,
5 months ago
India Languages,
5 months ago
Social Sciences,
10 months ago
Physics,
10 months ago