[Tutor] Help please!

ttmticdi . ttmticdi at gmail.com
Tue Jul 31 13:45:24 CEST 2012


>> 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.


More information about the Tutor mailing list