C-16-Q003mediumsingle_mcq
Which of the following is the correct syntax to print Bangla text in Python?
Which of the following is the correct syntax to print Bangla text in Python?
- a
print(আমি বাংলাদেশকে ভালবাসি) - b
print('আমি বাংলাদেশকে ভালবাসি') - c
print = 'আমি বাংলাদেশকে ভালবাসি' - d
print<'আমি বাংলাদেশকে ভালবাসি'>