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. Amongst which of the following is / are the logical operators in Python?
Q. What does 3 ^ 4 evaluate to?
Q. What will be the output of the following Python code?
Q. if-elif statement is used in situation which involves ____________
Q. What will be the output of the following Python code?
Q. Which of the following statements is true?
Q. Suppose list1 is [3, 5, 25, 1, 3], what is min(list1)
Q. Which of the following functions converts a “string” to a “float”?
Discusssion
Login to discuss.