Which statement/function will you use to display something on screen ?
3 Likes
print
Reason — The print statement is used to display something on screen.
Answered By
Which statement/function will you use to get value for a variable from keyboard ?
Which of these is not a Python data type ?
In the following code a = '5'. a is a …………… :
a = '5'
What is the output of following code ?
print 8 >= 8