Computer Science, asked by vishnualapati01, 5 months ago

python program for
Shannon Lin lives in Taiwan and
wants to write a program to greet
visitors by their name N with the
message "Hi N, Welcome to
Taiwan!". Help Shannon by
completing the given program.​

Answers

Answered by harika555
1

Answer:

Explanation:

N=input("enter your name")

print(f" Hi {N} , Welcome to Taiwan!")

Similar questions