Only integers
Only floating-point numbers
Homogeneous, but can be integers or floating-point numbers
Heterogeneous, supporting a mix of data types
arr1 + arr2
add(arr1, arr2)
arr1.add(arr2)
elementwise_add(arr1, arr2)
Python Visual Machine
Python Visual Mode
Python Virtual Machine
Python Virtual Mode
(1,3)
(2,5)
(2,1)
(4,8)
range(0,5)
range(1,5)
range(1,4)
range(0,4)
Rectangle
Oval
Parallelogram
Diamond
Yes
No
Can't say
None of these
Hello
949227
True
"2'
11
8
1
0
Comma Space Value
Comma Separated Value
Common spaced Value
Compact Structure View
Low, Enclosing, Global and Built-in
Local, Enclosing, Global and Built-in
Local, Ending, Global and Built-in
Light, Emitting, Global and Built-in
What will be the output of the following Code ?
x=10, y=3 print(divmod(x,y))
(3,1)
(4,2)
(5,7)
Return the name of the user logged in to the terminal
Return the email of the user logged in to the terminal
Return the login time when user logged in to the terminal
None of the above
axes
degree
cordinate
points
What will be the output of the following code ?
st='abcdefg' print(st[2:5])
'cde'
'abc'
'efg'
Keywords
Identifires
Token
Statement
End of List
End of Line
End of Loop
End of Language
Type Casting
Data Transformation
Type modification
Variable Shifting
f.read(5)
f.read()=5
f.readline(5)
f.readlines(5)
15
150
200
10