Hey, I'm all for being a bit of a smartass. I realized I misread the question so I'm going back through all the Python Programming Wikibook examples, which led to this:
question = "Which prime do you wish to find?" print (question) n = raw_input() print ("You wish to find the " + n + "th prime? Fat chance of THAT!"
no subject
Date: 2009-11-12 04:30 am (UTC)no subject
Date: 2009-11-12 05:06 am (UTC)question = "Which prime do you wish to find?"
print (question)
n = raw_input()
print ("You wish to find the " + n + "th prime? Fat chance of THAT!"
aqgHeNVyWCUz
Date: 2012-01-07 05:23 am (UTC)