Q13
What is the output of the following code:def greet(name): print(f"Hello, name!")greet("Alice")
A.
Hello, Alice!
AnswerB.
Hello, name!
C.
name
D.
"Hello, {name}!"
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board