You are on page 1of 11

Cl

ass
:XI
ICBS
E PREBOARDEXAM Da
te:
Ti
me:
90Mi
nut
es COMPUTERS
CIENCE Ma
x.Ma
rks
:35

Gener
alI
nst
ruct
ions:
 Thequest
ionpaperi
sdi
vi
dedi
nto3Sect
ions-A,
B,andC.
 Sect
ionAconsi
stsof25Quest
ions(
1-25)
.At
temptany20quest
ions.
 Sect
ionBconsi
stsof24Quest
ions(
26-
49)
.At
temptany20quest
ions.
 Sect
ionCconsi
stsof6casest
udy
-basedQuest
ions(
50-
55)
.At
temptany5quest
ions.
 Al
lquest
ionscar
ryequal
mar
ks.
SECTION–A
Thissect
ionconsist
sof25Quest i
ons(1to25).Attemptany20quest
ionsf
rom t
his
secti
on.Choosethebestpossibl
eopti
on.
1. Chooset hecorrecti
dent
if
ierf
rom t
hefoll
owing:
(
a)4t
hPer
iod (
b)For (
c)S.
I (
d)Tot
al%
2. Consi
dera Decl
arat
ion:L=1,
23,
"Juni
or"
,34.
8 whi
ch oft
he f
oll
owi
ng r
epr
esent
sthe
dat
aty
peofobj
ectgi
venabov
e?

(
a)Li
st (
b)St
ri
ng (
c)Fl
oat (
d)Tupl
e

3. Fi
ndt
heout
putoft
hef
oll
owi
ng:

St
ri
ng1="
ClassXi
i"

St
ri
ng2="
Ter
m-1Exam"

pr
int
(St
ri
ng1+""
+St
ri
ng2.
upper
())

(
a)Cl
assXi
iTer
m-1Exam (
b)CLASSXI
ITer
m-1Ex
am

(
c)Cl
assXi
iTERM-
1EXAM (
d)Cl
assXi
i
@Ter
m-1Exam

4. The_
___
__oper
atort
ell
sifanel
ementi
spr
esenti
nasequenceornot

(
a)i
nto (
b)I
n (
c)i
nsi
de (
d)i
n

5. Pr
edi
ctt
heout
putoft
hef
oll
owi
ngcode:

A=[
7,9,
2,
[5,
6],
3]]

(
a)5 (
b)2 (
c)3 (
d)6

6. Consi
dert
hef
oll
owi
ngst
atementofSeekf
unct
ioni
nPy
thon:f
.seek(
-20,
2)wher
efi
sthe
f
il
eobj
ectofbi
nar
yfi
l
e.Thi
swi
l
lmov
e20st
epbackwar
dfr
om _
___l
ocat
ion?

(
a)Begi
nni
ngoff
il
e (
b)Endoft
hef
il
e

(
c)Cur
rentposi
ti
onoff
il
e (
d)Mi
ddl
eposi
ti
onoff
il
e

Page.
1
7. Thef
unct
ionr
ead(
)isusedt
o:

(
a)Readt
heent
ir
econt
entoft
hef
il
einst
ri
ngf
orm.

(
b)Readt
heent
ir
econt
entoft
hef
il
eint
hef
orm ofl
i
st.

(
c)Readt
hecont
entoft
hef
il
eli
nebyl
i
nei
nfor
m ofl
i
st.

(
d)Readeachl
i
neoft
hecont
entoft
hef
il
e.

8. I
faTextf
il
eopenedi
nW+mode,
thenwhati
sthei
nit
ial
posi
ti
onoff
il
epoi
nter
?

(
a)Begi
nni
ngoff
il
e (
b)Endoft
hef
il
e

(
c)Begi
nni
ngofl
astl
i
neoft
extf
il
e (
d)Undet
ermi
ned

9. Whi
choft
hef
oll
owi
ngst
atement
sist
ruei
nPy
thon?

(
a)Py
thondoesn’
treaddat
afr
om t
hef
il
eunt
ily
oucl
oset
hef
il
eusi
ngcl
ose(
).

(
b)I
fthef
il
eisopenedf
orwr
it
ingandi
snotcl
osed,dat
aisnotwr
it
teni
ntot
het
arget
f
il
e.

(
c)Py
thoncanwr
it
edat
atot
hef
il
eev
eni
fyoudonotopent
hef
il
e.

(
d)Noneoft
heabov
e.

10. Whi
choft
hef
oll
owi
ngoper
atori
sri
ghtassoci
ati
vi
tyi
nPy
thon?

(
i)/
/ (
ii
)** (
ii
i)* (
iv)and

(
a)Onl
y(i
) (
b)(
i),
(i
i)
,(i
v) (
c)Bot
h(i
i
)and(
ii
i) (
d)Onl
y(i
i
)

11. Whi
choft
hef
oll
owi
ngi
scor
rectdecl
arat
ionofdi
cti
onar
y?

(
a)M=[
1:'
Jan'
,
2:'
Mar
'] (
b)M={
1:'
Jan'
,
2:'
Mar
'}

(
c)M={
1,'
Jan'
:
2,'
Mar
'} (
d)M={
1:'
Jan'
;
2:'
Mar
'}

12. Whi
choft
hef
oll
owi
ngf
unct
ioncal
lwi
l
lcauseer
rorwhencal
l
sthef
unct
ionheader
: def
Change(
p,q)
:

(
a)Change(
9,-
3)(
b)Change(
q=8,
p=3) (
c)Change(
2,q=7) (
d)Change(
p=6,
q)

13. Rahuli
str
yingt
owr
it
eat
upl
et=(
10,
20,
30,
40,
50)onabi
nar
yfi
l
e"not
ebook.
bin"
.Consi
der
t
hef
oll
owi
ngcodewr
it
tenbyhi
m:

i
mpor
tpi
ckl
e#St
atement1

t
=(10,
20,
30,
40,
50)#St
atement2

a="
not
ebook.
bin"#St
atement3

my
fil
e=open(
a,'
w')#St
atement4

pi
ckl
e.dump(
t,
myf
il
e)#St
atement5

my
fil
e.cl
ose(
)#St
atement6

(
a)Onl
ySt
atement2 (
b)Bot
hSt
atement3andSt
atement4

(
b)Onl
ySt
atement4 (
d)Bot
hSt
atement3andSt
atement5

Page.
2
14. Whi
choft
hef
oll
owi
ngst
atement
swi
l
lnotev
aluat
etoTr
ue?

(
a)[
1,2,
3,
4]<[
4] (
b)[
1,2,
3]<[
3,2,
1]

(
c)[
1,2,
3,
5]<[
1,2,
3,
4,
5] (
d)[
3,2,
1]>[
2,3,
4]

15. Whi
choft
hef
oll
owi
ngi
snott
hebui
l
t-i
nPy
thonf
unct
ion?

(
a)pr
int
() (
b)t
ype(
) (
c)sqr
t() (
d)l
en(
)

16. Whi
choft
hef
oll
owi
ngi
scor
rectt
oinser
tasi
ngl
eel
ementi
nat
upl
e?

(
a)F=2 (
b)F=(
2) (
c)F=(
2,2) (
d)F=(
2,)

17. I
nDi
cti
onar
y,key
-val
uepai
rsar
esepar
atedby_
___
___sy
mbol
.

(
a):
(col
on) (
b);
(Semi
-col
on) (
c),
(Comma) (
d)For
war
dSl
ash

18. Mehulwant
stocountt
hathowmanynumberoft
imest
henumber10hascomei
nTupl
e.
Whi
choft
hef
oll
owi
ngi
scor
rect
?(Assume,
her
etupl
evar
iabl
eis'
t'
)

(
a)t
.count
(10) (
b)t
.count
(1,
10) (
c)count
(10) (
d)l
en(
t)

19. Whi
choft
hef
oll
owi
ngi
sthecor
rectsy
ntaxt
oreadf
rom af
il
eusi
ngl
oadf
unct
ion?

(
a)pi
ckl
e.l
oad(
<fi
l
ehandl
e>,
<obj
ect
>) (
b)obj
ect
=load.
pickl
e(<f
il
ehandl
e>)

(
c)obj
ect
=pi
ckl
e.l
oad(
<fi
l
ehandl
e>) (
d)Al
loft
hese

20. Whi
choft
hef
oll
owi
ngpar
amet
erneedst
obeaddedwi
thopenf
unct
iont
oav
oidbl
ankr
ow
f
oll
owedaf
tereachr
owi
nCSVf
il
e?

(
a)del
i
mit
er (
b)newl
i
ne (
c)wr
it
er,
del
i
mit
er (
d)f
il
eobj
ect

21. Whatwi
l
lbet
heout
putoft
hef
oll
owi
ngpy
thoncode?

St
r1="
H#E#L#L#O"

b=l
ist
(St
r1.
spl
it
("#"
,2)
)

pr
int
(b)

(
a)[
'
H',
'
E',
'
L#L#O'
] (
b)[
'
H',
'
E',
'
L',
'
L',
'
O'] (
c)[
'
H#E'
,
'L#L#O'
] (
d)Er
ror

22. Consi
deraLi
stL=[
'
H',
'
U',
'
L',
'
K']
,Whi
choft
hef
oll
owi
ngoper
ati
onswi
l
lresul
tinaner
ror
?

(
a)L*
2 (
b)L+[
2] (
c)L*[
2] (
d)2*L

23. Whi
choft
hef
oll
owi
ngcannotbeusedaskeyi
nDi
cti
onar
y?
(
a)'
12' (
b)(
1,2) (
c)[
1,2] (
d)12

Page.
3
24. At extfi
leisopenedusingthest
atementF=open("
Stor
y.t
xt"
).Thef
il
ehasatot
alof10
l
ines.Whi chofthef ol
l
owingopt
ionswil
lbet rueifst
atement1andstat
ement2are
executedinor
der.
Statement1:L1=F.r
eadli
ne(
)

St
atement2:
L2=F.
readl
i
nes(
)

(
a)L1wi
l
lbeal
i
stwi
thoneel
ementandL2wi
l
lbel
i
stwi
th9el
ement
s.

(
b)L1wi
l
lbeast
ri
ngandL2wi
l
lbeal
i
stwi
th10el
ement
s

(
c)L1wi
l
lbeast
ri
ngandL2wi
l
lbeal
i
stwi
th9el
ement
s

(
d)L1wi
l
lbeal
i
stwi
th10el
ement
sandL2wi
l
lbeanempt
yli
st.

25. Thedef
aul
tdel
i
mit
erofacsvf
il
eis:

(
a)Col
on(
:) (
b)@ (
c)Comma(
,) (
d)Hy
pen(
-)

SECTI
ON-B
Thissecti
onconsi
stsof24Questi
ons(26to49)
.Att
emptany20quest
ions
26. Ev
aluatethefol
lowi
ngexpressi
onandi
denti
fyt
hecorr
ectanswer
.
a+b%c-5i
s__
___
__i
fa=12,
b=5andc=3
(
a)9 (
b)11 (
c)5 (
d)7
27. Pr
edi
ctt
heout
putoft
hef
oll
owi
ngcode:
f
orLi
nrange(
-2,
7,
3):
i
fL%2==0:
pr
int
(L*
4,end=""
)
el
se:
pr
int
(L+3,
end=""
)

(
a)8412 (
b)-
8412 (
c)-
8416 (
d)8416
28. Pr
edi
ctt
heout
putoft
hef
oll
owi
ngcode:

defPower
(a,
b):

B=a*
*b

r
etur
nB

defSquar
e(c)
:

r
etur
nPower
(c,
2)

x=3

pr
int
(Squar
e(x)
+Power
(x,
3))

(
a)27 (
b)9 (
c)81 (
d)36

29. Predi
cttheoutputoft
hef
oll
owi
ngcode:
Lst=[
6,12,
18,25,
30,
36,
42] (
a)30 25 (
b)30 18
r=Lst[
1]-
10
(
c)25 18 (
d)2530
Lst.
remov e(
6)
j
=Lst.pop(2)
pri
nt(Lst
[r]
,j
)

Page.
4
Page.
5
30. Predi ctt heout putoft hef oll
owingcode:
S=" CoMpU083"
L=len( S) (
a)COMPU083
m=' ' (
b)cOmPu* @@
fori inr ange( 0,L):
(
c)cOmPu* **
ifS[ i]
.islower():
(
d)cOmPU* @@
m=m+S[ i]
.upper ()
el i
fS[ i].i
sdigit(
):
m=m+' *'
el i
fS[ i].i
supper ():
m=m+S[ i
].l
ower ()
el se:
m=m+' @'
print (m)
31. Predi ctt heout putoft hef oll
owing:
(a)5 (b)25
c=5
255 25 5
deff ():
global c
c+=20 (c)5 (d)5
ret urnc 5 25 25 25
print (c)
print (f()
,c)
32. Anishwant stowr it
et hecodet oaddar ecordofanempl oyeeinanal r
eadycr
eat
edbinary
fi
lenamed" EMP. dat".Kindlyhel phimincompl etingt
hemi ssingcodet oopenthefil
e.
Chooset hecorrectopt i
onoutoft hefol
l
owi ng:
i
mpor tpi ckle
my dat a=[]
name=i nput ("
Ent erName" )
cont act no=i nt(
input ("EnterCont actNumber "
))
addr ess=i nput("Enteraddr ess"
)
my dat a=[name, cont actno, addr
ess]
f1=_ _ ____ ___
_#Li ne1
pickl e.dump( my data,f1)
f1.close( )
(a)open( "Emp.dat ",
"rb") (
b)open("
Emp. dat"
)
(c)open( "Emp.dat ",
"ab") (
d)open("
Emp. dat
",
"wb")
33. Predi ctt heout putoft hef oll
owing:

Mi
n=15

Scor
e=8

f
orii
nrange(
1,4)
:

Num=Mi
n+r
andom.
randr
ange(
0,Scor
e)

pr
int
(Num,
end=""
)

Scor
e-=1

(
a)24:
21:
20: (
b)15:
17:
20: (
c)20:
22:
14: (
d)14:
21:
21:

Page.
6
34. Pythoni sapopul arprogrammi nglanguage.
Pythoncanbeusedonaser v
ert ocreatewebappl i
cati
ons.
Pythoncanbeusedal ongsidesof t
war etocreateworkfl
ows.
Pythoni sabl etoconnectt odat abasesy st
ems.
Pythoncanbeusedf orrapidprotot y
ping.
Considert hetex tfi
le"Python.
txt"Findtheoutputofthefol
lowingcodegi
venbel
ow:
F=open( "Python.txt"
,'
r')
(
a)5 (
b)4
tot=0
l
ines=F.readlines() (
c)3 (
d)2
forjinlines:
i
fj[7]
=='c':
tot+=1
pri
nt (
tot)
35. Abi naryfile"Student.dat
"hasst r
ucture[admno,name,marks].Complet
ethebl
ankLi
ne1
i
ncodesot
hati
twoul
dreadt
hecont
ent
soft
hebi
nar
yfi
l
eanddi
spl
ayt
hesum ofal
l
st
udent
swhoseadmnoi
sgr
eat
ert
han503.

F=open(
"D:
\\St
udent
.dat
",
"r
b")
Fl
ag=Fal
se
a=i
nput
("Ent
erst
udentadmi
ssi
onnumbert
obesear
ched"
)
t
ot=0
whi
leTr
ue:
t
ry:
(
a)r
ec>505
r
ec=pi
ckl
e.l
oad(
F)
i
f__
___
___
__:#Li
ne1 (
b)r
ec[
0]>505
t
ot=t
ot+r
ec[
2]
(
c)r
ec[
1]>505
f
lag=Tr
ue
exceptEOFEr
ror
: (
d)r
ec[
admno]
>505
br
eak
i
ffl
ag==Fal
se:
pr
int
("NoRecor
dsFound"
)
el
se:
pr
int
("Tot
alMar
ks="
,t
ot)
F.
close(
)
36. Py
thoni
sapopularprogrammi nglanguage.
Py
thoncanbeusedonaser v
ert ocreatewebappli
cati
ons.
Py
thoncanbeusedalongsidesof t
war etocreat
eworkfl
ows.
Py
thoni
sabletoconnecttodat abasesy st
ems.
Py
thoncanbeusedforrapidprototyping.

Consi
dert
hef
oll
owi
ngt
extf
il
e"Py
thon.
txt
".Fi
ndt
heout
putoft
hef
oll
owi
ngcode:

F=open(
"Py
thon.
txt
")

L=F.
read(
12)

Page.
7
J=F.
read(
7)

pr
int
(J)

(
a)Popul
ar (
b)popul
ar (
c)opul
ar (
d)apopul

37. Pr
edi
ctt
heout
putoft
hef
oll
owi
ng:
(
a)comput
ercd
X="
Comput
erCDFl
oppyHARDDi
sk"

y
=X.
spl
it
() (
b)cdf
loppy

f
orii
ny: (
c)f
loppyr
am

i
flen(
i)
<5: (
d)cdr
am
pr
int
(i
.l
ower
(),
end=""
)

38. Fi
ndt
heout
putoft
hef
oll
owi
ngcode:

Emp={
'Name'
:
'Sur
esh'
,
'Sal
ary
':
45000,
'
Age'
:
23}

Emp[
'
Ph'
]
=88899 (
a)NameSal
aryAge
f
orii
nEmp: (
b)NameSal
aryAgePh
pr
int
(i
,end=""
) (
c)'
Name'
:
'Sur
esh'
,
'Sal
ary
':
45000,
'
Age'
:
23

(
d)'
Name'
:
'Sur
esh'
,
'Sal
ary
':
45000,
'
Age'
:
23,
Ph=88899
39. Considerthef i
le"Wor k.
txt"
.
Wewor k,wet r
yt obebet ter.
Wewor kwithf ullzest.
(
a)41
Wegi veoutbest .
Fi
ndt heout putoft hefoll
owingcodegi
venbel
ow: (
b)15
F=open( "
Wor k.txt
",'
r'
)
K=f.r
eadline() (
c)17
M=f .
readli
ne()
(
d)16
L=f.r
ead()
S=len(L)
40.

Supposer
ootdi
rect
ory
(Fi
l
e) andPr
esentwor
kingdi
rect
oryi
sSchool
.Whatwi
l
lbet
he
absol
utepat
hoft
hef
il
e"St
udent
.asp"
?

(
a)School
\\Cl
ass\
\St
udent
.asp (
b)School
\\Cl
ass\
\..
Student
.asp

(
c)St
udent
.asp (
d).
.School
\\Cl
ass\
\St
udent
.asp

Page.
8
41. Predicttheout putoft
hef
oll
owi
ngcode:
(
a)2 (
b)10
K=[1,
3,5,2,6]
K[
:2]=6,4,8,5
pr
int(K[-
5] *2) (
c)16 (
d)6

42. CBSETer m Wi seExam,


Allt
hebestf orexams
Considerthetextfi
le"
Par
a.t
xt"
.Fi
ndt
heout
putoft
hef
oll
owi
ngcodegi
venbel
ow:
F=open("Para.
txt"
)
L=F.r
ead() (
a)5 (
b)4
C=0
forKinL: (c)6 (d)3
i
fK=='s'
orK=='
S'
:
C=C+1
pr
int
(C)
43. Radhawant st
owrit
ePy
thoncodet
oreadt
extf
il
e"Dai
ry.
txt
"anddispl
ayt
hosel
i
neswhi
ch
ar
est
art
ing wi
th al
phabet'
H'and al
so want
scount
sthesel
i
nes.Ki
ndl
yhel
p heri
n
compl
eti
onoft
hecode:

F=open(
"Dai
ry.
txt
")

L=F.
readl
ines(
) (
a)K=='
H' (
b)Ki
n'H'

c=0
(
c)K[
0]=='
H' (
d)K[
1]=='
H'
f
orKi
nL:

i
f__
___
__:

pr
int
(K)

c=c+1

pr
int
("No.ofl
i
nesst
art
ingwi
thHar
e:"
,c)

44. Whi
choft
hef
oll
owi
ngl
i
nei
ncodepr
oduceser
rori
nthef
oll
owi
ngcode:

defI
nter
est
(p,
r=0.
05,
t=3)
:

r
etur
np*
r*t
/100

pr
int
(I
nter
est
(),
end='
') #Li
ne1 (
a)Li
ne1 (
b)Li
ne2

pr
int
(I
nter
est
(2000)
,end='
') #Li
ne2
(
c)Li
ne3 (
d)Li
ne4
pr
int
(I
nter
est
(4000,
0.1)
,end='
')
) #Li
ne3

pr
int
(I
nter
est
(4000,
0.2,
2),
end='
') #Li
ne4

Page.
9
45. Pr
edi
ctt
heout
putoft
hef
oll
owi
ngcode:

defv
owel
(s)
: (
a)T*
*tst
r**
g
nst
r='
' (
b)a*
e*i
*o*
u*A*
E*I
*O*
U*
f
orci
ns: (
c)*
e***
**i
**
i
fci
n'aei
ouAEI
OU'
: (
d)T*
stst
r*ng
nst
r+='
*'
el
se:
nst
r+=c
r
etur
nnst
r
pr
int
(vowel
("
Testst
ri
ng"
))
46. Predictt
heout putofthefol
l
owingcode:
Str="Hardwor kpaysoff"
pri
nt(Str
[1:3],
Str[
5:-
5])
(a)ardwor kpay ( b)ar
dworkpays ( c)arworkpay (
d)arwor
kpay
s
47. Predictt
heout putofthefol
l
owing:
defmodi fy(x,
y=30): (
a)50
x=x+y
(
b)60
y=x-y
retur
nx (
c)30
c=modi f
y (
25) (
d)55
print(
c)
48. CBSETer m Wi seExam,
Allthebestforexams.
Ter m-1examsar einNovember
Considerthetextfi
le'
Par
a.t
xt'
.Fi
ndt
heout
putoft
hef
oll
owi
ngcodegi
venbel
ow:
F=open( "
Para.
txt"
)
L=F.readl
ines(
)
print(
L[-
1])

(a)Ter m-1ex amsar einNov ember (b)Al


lthebestforexams.
(c)CBSETer m Wi seEx ams. (
d)Noout put
49. Considert het extfil
e" Stor
y.txt
".Fi
ndtheoutputofthefol
lowingcodegi
venbel
owbased
ont hecont entof" Stor
y .
txt
":
MyFi rstbookwas-MeandMyFami ly
I
tgav emeachancet obeknownt otheworl
d.
defDi splayMeMy ():
num=0
(a)4
f=open( "Stor
y.txt",
"r"
)
(b)3
N=f .r
ead( )
M=N. spli
t(
) (c)5
forxi nM: (d)Noout put
i
fx==" Me"orx==" My":
print(
x)
num=num+1
f.
close()
pri
nt(num)
DisplayMeMy ()

Page.
10
SECTION–C
CASESTUDYQUESTION
Thi
ssect
ionconsi
stsof6Questi
ons(50-
55)
.At
temptany5quest
ions.
Deepakwor
ksasaPr
ogr
ammerwi
thAi
rl
ines.Hehasbeenassi
gnedt
hej
obofgener
ati
ng
t
hedet
ail
sofal
lfl
i
ght
susi
ngt
hef
il
e"Fl
i
ght
.csv
".Hehaswr
it
tenapr
ogr
am t
oreadt
heCSV
f
il
e"Fl
i
ght
.csv
"whi
chwi
l
lcont
aint
hedet
ail
sofal
lthef
li
ght
s.Hehaswr
it
tent
hef
oll
owi
ng
code.AsaPr
ogr
ammer
,hel
phi
mtosuccessf
ull
yex
ecut
ethegi
vent
ask.

i
mpor
t__
___
_#Li
ne1

defr
eadFl
ight
():

wi
th_
___
__(
"Fl
i
ght
.csv
",newl
ine='
'
)asF:#Li
ne2

dat
a_l
i
st=_
___
__(
reader
)#Li
ne4

_
___
__(
dat
a_l
ist
)#Li
ne5

50. Namet
hemodul
eheshoul
dimpor
tinLi
ne1

(
a)pi
ckl
e (
b)csv (
c)scv (
d)ccv

51. Wr
it
ethemet
hodt
hatheshoul
duset
oopent
hef
il
etor
eaddat
afr
om i
tinLi
ne2.

(
a)r
ead(
) (
b)open(
) (
c)cl
ose(
) (
d)append(
)

52. Fi
l
lint
heBl
anki
nLi
ne3t
oreadt
hedat
afr
om CSVf
il
e.

(
a)r
eadl
i
ne (
b)r
ead (
c)r
eadr
ow (
d)r
eader

53. Fi
l
lint
hebl
anki
nLi
ne4wi
tht
hemet
hodt
oconv
ertt
hedat
afr
om t
hef
il
eint
oal
i
st.

(
a)Li
st (
b)Set
s (
c)Di
cti
onar
y (
d)Tupl
e

54. Fi
l
lint
hebl
anki
nLi
ne5wi
tht
hemet
hodt
odi
spl
ayal
i
st

(
a)di
spl
ay(
) (
b)show(
) (
c)pr
int
() (
d)l
i
st(
)

55. Fi
l
lint
hebl
anki
nLi
ne6wi
tht
hemet
hodt
ocal
lthef
unct
iondef
inedi
ncode.

(
a)r
eadFl
i
ght
()(
b)r
eadFl
i
ght
(csv
) (
c)r
eadFl
i
ght
("
csv
") (
d)r
ead(
)

*
***
***
***
***
***
***
***
***
***
***
***
***
***
***
**ALLTHEBEST*
***
***
***
***
***
***
***
***
***
***
***
***
***
*

Page.
11

You might also like