>> Ex:
>>
> No!
>> print "Hi %s! You like %s and %s" (user_name, x, y)
>>
> Yes!
>   print "Hi %s! You like %s and %s" % (user_name, x, y)
>>
>>
>>>

Forgot the interpolation operator(%). Thank you very much Joel for
correcting me.

Regards,
ttmticdi.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to