I have an input function
id = input("Enter your ID here: ")
and I wish to add this 'id' input into the URL address below accordingly. Is there an easy way for me to go about this?
manager_history_url = (
"https://fantasy.premierleague.com/api/entry/'id'/history/"
I input the above and it returns a JSON decode error.