Computer Applications
Related Questions
Which statement/function will you use to get value for a variable from keyboard ?
- get
- cin
- raw_input
- raw_in
Which of these is not a Python data type ?
- int
- long
- float
- NUMBER
What is the output of following code ?
print 8 >= 8- 8 >= 8
- False
- True
- Error
What is the output of following code ?
print "8 >= 8"- 8 >= 8
- False
- True
- Error