Hey, so I'm just teaching my self the basics right now.
Anyway I'm trying to complete an exercise on argv.
My problem is I can't get bash to load my uploaded dropbox file. (Seeing as typing ex14.py username into python does not work).
What I typed into bash is: python ex14.py username
Bash returned an error about not being able to find the file. Which I checked an is uploaded to my files here on pythonanywhere.
Is there a work around for this, or did I do something wrong? Thanks for any information you provide.