how to print any statement in python?
Answers
Answered by
0
Answer:
Python print()
objects - object to the printed. * indicates that there may be more than one object.
sep - objects are separated by sep. Default value: ' '
end - end is printed at last.
file - must be an object with write(string) method. If omitted it, sys. ...
flush - If True, the stream is forcibly flushed.
Answered by
1
Answer:
So you go to your IDE and type:
Case 1:
print("Whatever you want to type here")
Case 2:
variable = "Whatever you want to type here"
print(variable)
I hope this helps!!
Similar questions
CBSE BOARD XII,
3 months ago
Geography,
3 months ago
Computer Science,
3 months ago
Hindi,
6 months ago
Math,
6 months ago
Science,
1 year ago
Political Science,
1 year ago