Question: Question 20 Given the following code: z = input('Enter your name: ').title() print(Hello, {: s} format (z)) format() is a function: O True False
Given the following code: z = input('Enter your name: ').title() print("Hello, {: s}" format (z)) format() is a function: O True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
