I'm wondering how to use an f-string whilst using r to get a raw string literal. I currently have it as below but would like the option of allowing any name to replace Alex I was thinking adding an f-string and then replacing Alex with curly braces and putting username inside but this doesn't work with the r.
username = input('Enter name')
download_folder = r'C:\Users\Alex\Downloads'
 
     
     
     
     
     
     
    
 
     
    