I'm new to python, and I just want to know a way of changing a set string variable.
For example:
name ='school'
How would I go about changing this if I wanted to use the name variable for a different value like George
, Ben
, Jess
, Katie
, etc.