gives
Welcome, Hrvoje !
why is there whitespace, and how do i get rid of it (alternative?)?
the space between the space in ', name' doesn't seem to do anything, since there is no space in 'name,"!"', but one appears when executed.
(by the way, maybe you can quickly answer this too)
a = 2
b = 3
print a/b
how do i get it to print only two extra decimals (if it were 10/3 i'd want it to print 3.33). (in this case 0.66)
Edited by TaNkZ101, 30 July 2006 - 09:42 AM.