T
Q. What is the output of the following code?
def sayHello(*name): print('Hello', name) sayHello('Yohan', 'Thomas')
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Write the output of the following code
Q. What does the 'continue' statement do in a loop in Python?
Q. Which keyword is used for function in Python language?
Q. Write the output of the following code
Q. What will be the output of the following code?
Q. What will be the output of the following code?
Q. Find the output of the below code.
Q. What will be the output of the following code snippet?
Q. What will be the output of the following Python code snippet?
Discusssion
Login to discuss.