Computer Science, asked by agnihotriharsh2004, 1 month ago

Write a program in python which prints the address of

your friend.​

Answers

Answered by iteshbhatt31
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