Robotics & Artificial Intelligence
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 ……………
Getting Started
2 Likes
Answer
- Python language is object oriented programming language.
- An identifier may be a function name, a class name or a variable name.
- PySoy is a 3D game engine which enables the users to develop interactive games.
- Python is a fourth generation programming language.
- Escape sequences are some non-graphic characters which are used as commands in programs.
- Python has come from BBC's popular TV show Monty Python's Flying Circus.
Answered By
2 Likes
Related Questions
Which of the following is not a Python keyword?
- true
- false
- right
- not
Which is the default Python command prompt?
- <<<
- <<
- >>>>
- >>>
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
Write down the escape sequences for the following:
Description Escape Sequences Horizontal tab Backslash Single quote Double quote Backspace New line feed