please someone help me! I am trying to make a simple program where the user can insert a string into an already existing string(sorry if that's confusing!)
this is my code:
firststring = input("enter a string: ")
secondstring = input("enter a second string: ")
position = input("where would you like to place the second string?")
if possition.isdigit == True:
print() <--#help me here
so can someone please help me?