Which statement/function will you use to get value for a variable from keyboard ?
1 Like
raw_input
Reason — The raw_input function is used to get value for a variable from keyboard.
Answered By
Which statement/function will you use to display something on screen ?
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