Podcast
Questions and Answers
Which of the following is the correct way to declare 'kwarg' as keyword arguments in a Python function?
Which of the following is the correct way to declare 'kwarg' as keyword arguments in a Python function?
- _kwarg
- *kwarg (correct)
- kwarg_
- kwarg
Which code should be run to only print 'chittagong' and 'sylhet' from the 'Cities' list?
Which code should be run to only print 'chittagong' and 'sylhet' from the 'Cities' list?
- print(cities[1:3])
- print(cities[2:3])
- Both a & b (correct)
- print(cities[-3:-1])
What is the content type of the email?
What is the content type of the email?
- text/plain
- text/html (correct)
- binary
- multipart/related
What is the boundary used in the email?
What is the boundary used in the email?
What is the date and time mentioned in the email?
What is the date and time mentioned in the email?
ইমেইলের কি ধরণের তথ্য দেওয়া হয়?
ইমেইলের কি ধরণের তথ্য দেওয়া হয়?
ইমেইলের প্রধান বিষয় কী?
ইমেইলের প্রধান বিষয় কী?
কখন ইমেইলটি প্রাপ্ত হয়েছিল?
কখন ইমেইলটি প্রাপ্ত হয়েছিল?
ইমেইলের কোনটি মুখ্য তথ্য দেয়া হয়েছে?
ইমেইলের কোনটি মুখ্য তথ্য দেয়া হয়েছে?
Flashcards are hidden until you start studying