Question: Requires Rest Question 2 2 ( 1 point ) Given the method below: def secret ( input 1 , input 2 , input 3 )

Requires Rest
Question 22(1 point)
Given the method below:
def secret(input1, input2, input3):
input1 input1.lower())
input2=str(input2.upper())
input3 input3.replace("a","s"))
return input1+ input2+ input3
What will be returned by calling secret("Alice","is", "neat")
Alice is nest
Alice is neat
alice is nest
alicelSnest
Alice IS nest
Aliceisneat
estion 23(1 point)
Requires Rest Question 2 2 ( 1 point ) Given the

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 Programming Questions!