Guido van Rosum
Travis Oliphant
Wes McKinney
Jim Hugunin
Top-Down
Down-Top
Both of the above
None of the above
bikes[:-1]
bilkes[1]
bikes (:-1)
read()
Readline()
write()
None of these
They cannot be edited
They can be edited
Rectangle
Terminal
Diamond
It can not be imported the same way as we import our user-defined modules.
It can be imported the same way as we import our user-defined modules,
Both
Classes are real world entities.
Objects are real world entities
Objects and classes are real world entities.
objects are real-world entities while classes are not real.
Integrated Development and Learning Environment
Ideal Development and Learning Environment
Interenet development and Learning Environment
Token
Keyword
Identifier
User-defined name
Pre-defined name
To identify the variable.
To identify the constant.
It indicates a public variable of a class.
Variables cannot be accessed from outside the class.
val()
print()
print In()
const()
last index
first index
middle index
end index
generates a list of numbers, to iterate over with for loops
immediate exit from the innermost loop structure.
returned an iterator a sequence object.
Arranging numbers whether in ascending or descending order.
Type conversion
Type casting
List is not defined
List index out of range
List index out of bound
collection of integer number
collection of string
collection of same data type
collection of different data type
Algorithm
Flowchart
Pseudocode
All of these