[python-nl] if optie

Guyon Morée guyon.moree at gmail.com
Fri Aug 10 14:13:15 CEST 2007


Misschien was dat antwoord iets te kort. Ik bedoelde iig:

if ("b" in t2):

ipv

if ("b" in t2)


groet,

Op 10-08-07 heeft Guyon Morée<guyon.moree op gmail.com> het volgende geschreven:
> Je mist een dubbele-punt achter het if-statement
> groetjes,
> groetjes,
>
> Op 10-08-07 heeft frankje<spruit_frank op hotmail.com> het volgende geschreven:
> >
> > Hallo,
> >
> > Ik ben net begonnen met een cursus python op www.developer.com. Hier staat
> > echter een listing in waarop ik een foutcode krijg (zie hieronder):
> >
> > t1 = "a",
> > t2 = t1*2
> > if ("b" in t2)
> >   print "OK"
> > if ("a" in t2):
> >   print "t2"
> >   print t2
> >   print "length = ",len(t2)
> >
> >
> > De foutcode die ik krijg is:
> >
> > frank op ubuntu:~/python$ python tuple05.py
> >   File "tuple05.py", line 10
> >     if ("b" in t2)
> >                  ^
> > SyntaxError: invalid syntax
> > frank op ubuntu:~/python$
> >
> > Weet iemand wat er hier fout is?
> >
> >
> > Bij voorbaat dank, Frank
> >
> > --
> > View this message in context: http://www.nabble.com/if-optie-tf4247363.html#a12087423
> > Sent from the Python - python-nl mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > Python-nl mailing list
> > Python-nl op python.org
> > http://mail.python.org/mailman/listinfo/python-nl
> >
>
>
> --
> Guyon Morée
> guyon.moree op gmail.com
> http://gumuz.looze.net
>


-- 
Guyon Morée
guyon.moree op gmail.com
http://gumuz.looze.net


More information about the Python-nl mailing list