Computer Science, asked by aksht7348, 2 months ago

name = inpat
(a what is your name
Hi
print
("How ang you doing??
was in Rended to print output
maung
[
.
3
Hi sname> How are you doing?
But it is printing anpeite as
tiek name>
you doing?
What could be the probleen?
Suggest Some Solution
How

Answers

Answered by ADVIK143
2

Answer:

name = input("What's your name: ")

print("Hi " + name + "! How are you doing?")

Hope it helps!!

Have a great day!!

Similar questions