Program prints questions for user input, but won't show the answer output

MRAB python at mrabarnett.plus.com
Wed May 18 22:16:56 EDT 2016


On 2016-05-19 02:50, Jake Kobs wrote:
> MRAB,
>
> I am not quite sure how to return the print statements so I thought that returning the displayInfo def would help.. Im so lost.
>
"return the print statements"?

The print statements ... print!

Have a search for Python tutorials online and pick one that suits you.

I see that you're using Python 2. I'd suggest trying Python 3 unless you 
have a good reason for using Python 2.




More information about the Python-list mailing list