python-functions – programming-python – কুইজ মডেল টেস্ট অনুশীলন – 5
8538. The function call for a function definition – def part(voltage, state=’ast 2 ‘, action=’vroom’, type=’Dark Blue’) is part(voltage=5.0, ‘dead’). Then the function call is
- Valid
- Invalid
- Complete
- Incomplete
8539. Addition of function name in the current symbol table is done by
- Function call
- Recursive function call
- Function declaration
- Function definition
8540. What is the output of the following code i=5; def f(a=i): print(a); i= 6; f()
- 5
- 6
- 0
- Error
8541. Which character indicates an append mode to open function
- x
- l
- a
- w
8542. Which of the following method are used to read from file
- Both of the above
- read
- None of the above
- readline
8543. The format specifier which left aligns the value in Python 3, is
- <
- ^
- >
- =
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।
0 responses on "python-functions - programming-python - কুইজ মডেল টেস্ট অনুশীলন - 5"