I want to pass a string (could be anything) with the program.
python argparsetest.py test_phrase
>>> You typed "test_phrase"
Edit: I realise this is a really simple question, I was planning on using argparse as a basis for adding further arguments at a later stage.