What is the output of the following cod?
def myfun(*name):
print('Hello', name)
myfun('my', 'school')
Answers
Answered by
1
Answer:
def hello_function():
'''
Document: INFORMATION about the function
'''
print("Hello World!")
Answered by
0
Explanation:
print hello woard to it .
Similar questions