View Single Post
Old Nov 27th, 2007, 1:18 AM   #1
blake_jl
Newbie
 
Join Date: Nov 2007
Posts: 14
Rep Power: 0 blake_jl is on a distinguished road
Question Number 2 - printTwice

I'm back with another simple question.

I won't dwell over this like I did the last one. I'd just like to know why the author of the book I've been reading says

printTwice(5)

Gives the result

5 5

He has a few different examples all to do with the printTwice call but when I try and do it, it says

Traceback (most recent call last):
  File "<interactive input>", line 1, in <module>
NameError: name 'printTwice' is not defined

Thanks.
blake_jl is offline   Reply With Quote