N
Size: a a a
N
А?
D
B
D
h
faculty_list = ['CS', 'Philology', 'LA']
inpt = input('Choice the faculty: ')
if inpt in faculty_list:
n = input('Choice question number')
print(data[inpt][int(n)]) # pandas lookup for the question in the table
else:
print('There is no such faculty!')
d
D
B
B
B
d
d
<Ч
B
d
S
B
𝕍𝕃
d