Support Forums
My First Program - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32)
+---- Thread: My First Program (/showthread.php?tid=1515)



My First Program - zenzul - 10-14-2009

This is a Mad Libs program I wrote. You have to have python downloaded to view it. There may be grammatical errors, so just try to ignore them. Anyway here's the link - http://www.mediafire.com/file/zihjmdyqthm/AOAMLFINAL3.py


RE: My First Program - Viciousness - 10-14-2009

Lol, good. I made a funny one.

You should have it pause longer at the end though. I could barely finish reading it. Smile


RE: My First Program - nevets04 - 10-14-2009

(10-14-2009, 04:47 PM)MreGSX Wrote: Lol, good. I made a funny one.

You should have it pause longer at the end though. I could barely finish reading it. Smile

For the pause at the end
[code]raw_input("press enter to continue")


RE: My First Program - zenzul - 10-14-2009

It already has a 60 second pause at the end. I'll make it longer.