What Will Be The Output Of The Following Python Codep Pre #639

What will be the output of the following Python code?</p> <pre><code class="language-python"> def func(a, b=5, c=10): print('a is', a, 'and b is', b, 'and c is', c) func(3, 7) func(25, c = 24) func(c = 50, a = 100) </code></pre>

Online Quiz This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Functions - Python Function - Quiz No.1.

What will be the output of the following Python code?

 def func(a, b=5, c=10): print('a is', a, 'and b is', b, 'and c is', c)  func(3, 7) func(25, c = 24) func(c = 50, a = 100) 

Similar question(s) are as followings:



Online Quizzes of gs109 Python

Choose an organization

Theme Customizer

Gaussian Texture



Gradient Background