1) Which of the following is not an arithmetic operator? a) % b) = c) * 2) The ____________ prompt in Python indicates that interpreter is waiting for the input from the user. a) >>> b) --- c) *** 3) ________________ are the reserved words in Python and cannot be used as variable names. a) Statements b) Comments c) Keywords 4) Python was developed by ____________ in the year 1990. a) Guido Van Rossum in 1990 b) Sergey Brin in 1980 c) Larry Page in 1990 5) In Python, __________ function is used to convert a string into number. a) print() b) string() c) int() 6) Python uses ____________ for multiline comments. a) colon b) single quotes c) asterisk 7) To print more than one item on a single line we need to use a ________________. a) Paranthesis b) Square brackets c) Comma 8) Logical errors are also known as ________________ errors. a) Syntax b) Semantic c) Inline 9) What will be the output of the following code in Python: >>>m=72 >>>m/=6>>>print(m) a) 12 b) 6.0 c) 12.0 10) Python uses _____________ to express a block structure of a program. a) Lines b) Comments c) Indentation

Class 8-Python Introduction Revision

Leaderboard

Visual style

Options

Switch template

Continue editing: ?