Newbie: Print question

xkenneth xkenneth at gmail.com
Wed Mar 22 14:15:24 EST 2006


doesnt look like you're passing any data to the print statement,
shouldn't it be something like

print '%d' % 4

output:
4\n




More information about the Python-list mailing list