Where I am making mistake on these codes? It says I did not close the You haven't properly closed the string on line 206.
def deliveryaddress():
userDisplayMenu()
p_id = int(input("\nEnter delivery address : "))
print("\nEnter delivery address")
for d in mobile:
if d["id"]== p_id:
print("Delivery Address")
print("***************************************************")
print f'{d(name = input(d["Name: "])}\t{Housenumber = input("d[House Number: "])}\t{streetaddress = input("d[Street Address: "])}\t
{city = input([d"City: "])}\t{Postcode = input([d"Post Code: "])}\t{Country = input([d"Country: "])}'