Hi, look at the following lines: sage: def comma(): ... print "*"
sage: comma(), #<= the "," has no effect; this is expected? sage: comma() sage: print comma() #The print commando (function) has effect, and yields None * * * None Roland (version 4.7, KAIST) -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
