I have a string:
print(f"Your name is {input("Your name: ")}")
Unfortunately, it gets confused the quotes. I tried this,