I am able to generate repo_id to use in my program

repo_id = {organization}/{repo_name}
This is the way to create repo_id as mentioned in the tutorial but when I put my username in place of organization. It shows the error that name “myusername” not defined.
Can anyone help me out?