Question: Q2 Q3 The Python code given below will : prompt for a string, reads the first string, then prompts for the second string and read

Q2

Q3

The Python code given below will : prompt for a string, reads the first string, then prompts for the second string and read that also. Then it prints the message. >>> name = input('Please enter your name: ') >>>Please enter your name: Grace >>> program=input('Please enter your program: ') >>>Please enter your program: Software - Technician >>> print('Hello {name} welcome to {program}') Hello Grace welcome to Software - Technician syntax error logical error wrong code - no module name is found No, the output printed message is wrong Yes, the output printed message is correct Python is _, because the type of data contained in a variable may change in the life-time of the program. dynamically typed executable high level language imperative rapid prototyping When you import the module in Python, all the functions are not loaded into the current python environment. True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
