Write a program in python which prints the address of
your friend.
Answers
Answered by
1
Answer:
print ("Friend name ")
name = Input("enter friend name ")
if name=="Enter your friend name here"
print ("Address here")
In the Place of things you can write friend name.
Similar questions