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)
(1,3)
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
float
integer
string
boolean
False Code
Representation of Code
Both A and B
Comments
Expressions
Tokens
Flow of control
find the output of following code:
def add(a,b): return(a+b) print(add(3,4))
4
7
9