Informatics Practices
The three greater than signs (>>>) are called the Python …………… .
- Cursor
- Command prompt
- Pointer
- Blinking cursor
Getting Started
1 Like
Answer
Command prompt
Reason — The three greater than signs (>>>) are called the Python command prompt or interactive prompt.
Answered By
2 Likes
Related Questions
Python is a/an …………… language.
- Compiled
- Interpreted
- Compiled & Interpreted
- None of these
The interactive interpreter of Python is termed as …………… .
- Python shell
- Python Script mode
- Python Editor mode
- Python command line
Single-line comments in Python begin with …………… symbol.
- %
- "
- '''
- #
Which of the following codes is correct?
1.
print("Programming is fun") print("Python") print("Computer Science")2.
print ("Programming is fun) print("Python") print("Computer Science)3.
Print("Programming is fun") print("Python") print("Computer Science")4.
Print("Programming is fun") Print("Python") Print("Computer Science")