Hi,
My learning style likes a lot of words in plain English. Here is some code. Am 
I explaining how this works correctly?

# Make a tuple to simplify putting in the prompts below.
# This makes it so that you don't have to type out the whole thing every time 
you want to use these strings.
# The variables were defined above.
finish = (user_name, prompt)
likes = raw_input("Do you like me %s?\n%s" % finish)

# Use the tuple repeatedly when asking other questions.

Thanks.

Jim

Jim Homme,
Usability Services,
Phone: 412-544-1810.


________________________________

This e-mail and any attachments to it are confidential and are intended solely 
for use of the individual or entity to whom they are addressed. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not keep, use, 
disclose, copy or distribute this e-mail without the author's prior permission. 
The views expressed in this e-mail message do not necessarily represent the 
views of Highmark Inc., its subsidiaries, or affiliates.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to