Hi, Python is the first language for me to get into. I'm still really new and have a lot to learn, though...
Does anyone know how to allow users to append lists?
I tried
user.append = raw_input("Type in desired username ")
But apparently .append is read only. D: