Question: Given the following function info _ input ( ) , please select all the correct function calls. def info _ input ( name , age

Given the following function info_input(), please select all the correct function calls.
def info_input(name, age):
print (name, age)
info_input(age=20, "Tom")
info_input("Roko", age=28)
info_input("Sally",18)
info_input(age=18, name="Timothy")
 Given the following function info_input(), please select all the correct function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!