
moroshko
Novice
May 24, 2008, 3:15 AM
Post #1 of 3
(295 views)
|
|
A simple question about "print" function
|
Can't Post
|
|
Hello ! Can someone explain me please why print 3==4; prints nothing ? I would expect 3==4, which is false, to be converted to 0, so I expect "print" to print "0". Where am I wrong ? Thanks !
|