Simple (traceback) Errors In Standard Python 3.x

I am a beginner in python. When I type in the standard python interpreter and if geta any errors, I get only a few lines of the error. I need the complete message sometimes so I can get a clearer picture. What should I do?
