[Tutor] def problem

lumbricus@gmx.net lumbricus@gmx.net
Mon, 11 Jun 2001 21:21:38 +0200


On Mon, Jun 11, 2001 at 02:55:58PM -0400, Ron wrote:
> I'm having problems with "def". Here's what I put in and save as "test122"
> 
> def here():
>     print "hello"
>     print
>     print "that was a space"
> 
> This is what I get.
> 
> >>> import test123
> >>> here()

>>> test123.here() 

HTH J!

-- 
If you laid all of our laws end to end, there would be no end.
		-- Mark Twain