Robotics & Artificial Intelligence
Which is the default Python command prompt?
- <<<
- <<
- >>>>
- >>>
Getting Started
1 Like
Answer
>>>
Reason — The default Python command prompt is represented by three greater-than signs (>>>). It appears in the interactive mode where the user can type a statement and instantly obtain the output.
Answered By
1 Like
Related Questions
All keywords in Python are defined in ……………
- uppercase letters
- lowercase letters
- toggle case
- None of them
Which of the following is not a Python keyword?
- true
- false
- right
- not
Fill in the blanks:
- Python language is …………… oriented programming language.
- An …………… may be a function name, a class name or a variable name.
- …………… is a 3D game engine which enables the users to develop interactive games.
- Python is a …………… generation programming language.
- Escape sequences are some …………… characters which are used as commands in programs.
- Python has come from BBC's popular TV show Monty Python's ……………
Evaluate the following expressions:
Given: a=5; b=4
- 12*(a+b)-10
- 12*a+b-10
- 12+a*b-10
- 12-10+a*b