Question: using python: Hello world Using input prompt for user to enter name Then display Hello, xxxxxx, How are you? where xxxxx is the user's name
using python:
Hello world
Using input prompt for user to enter name Then display "Hello, xxxxxx, How are you? where xxxxx is the user's name
Tests
| Input | Output |
|---|---|
| Mary | Hello, Mary, how are you? |
| Juan | Hello, Juan how are you? |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
