I have the following code:
import os
current_user = os.getlogin()
target_path = r"C:\Users\{I want the current user variable inserted here}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
but it just prints out as
"C:\Users\current_user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"