colon
comma
semicolon
hyphen
unichr (x)
oct (x)
chr(x)
None of the these
6
18
10
None of these
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.
for
While
do-while
sqrt
rhombus
add
Sub
True
false
ValueError occurs
TypeError occurs
#
=
/
&
abc=2,00,000
a,b,c=200,300,400
a_b_c= 2,00,000
abc=200 300 400
5.5
3.5
1
None of the above
Entry Controlled Loop
Exit Controlled Loop
Both of the above
Yes
No
if / else not used in python
None of the above.
; (semicolon)
,(Comma)
: (colan)
continue
check
range
break
while
Both A and B
False
Infinite
NULL
Infinite Loop
conditional loop
unlimited loop
range(0,3,1)
range(1,4,1)
range(1,3)
range(1,3,0)
a=b=c=1
a,b,c=1
a, b, c = 1, "python", 1.5
asc()
ord()
asci()
ascii()