hi,
i have the following error when i run the following code:
$ python -c 'from test02 import *; print hello()'
attributeerror: 'module' object has no attribute
Thank you.DougieLawson wrote:You've defined a function but you don't have any clause that calls that function.
Code: Select all
def add(a, b): return a, b , a+b x,y,z = add(4,18) print "x: %d\tY: %d\tZ: %d\n" % (x,y,z)
joan wrote:You need to tell us what you are doing.
I get this error.Code: Select all
For "%count%"=10 then runbat.txt -c /etc fi -bash: For: command not found
RaTTuS wrote:dos [Disk Operating System] is not raspberry
that does not look like dos commands
can you point to the link give us a URL as we're not psychic
joan wrote:Which language? It's not one I recognise.
joan wrote:Which language? It's not one I recognise.