On 10/14/2014 09:42 PM, Geert Stappers wrote: Hoi,
> def proefje():
> x=0
> while x<5:
> print x
> x=x+1
>
> while 1:
> a=raw_input("nog eens?j/n")
> if a=="j":
> proefje()
> else:
> break
Ik vraag me wel af of we nu niet iemands huiswerk hebben zitten maken... ;-)
groet,
Winfried
_______________________________________________
Python-nl mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-nl
