[python-nl] Classes om delen van programma te herhalen

Dorian Hoxha dorian.hoxha at gmail.com
Wed Oct 15 11:02:45 CEST 2014


We probably did.

2014-10-15 10:54 GMT+02:00 Winfried Tilanus <winfried at tilanus.com>:

> 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
> Python-nl at python.org
> https://mail.python.org/mailman/listinfo/python-nl
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-nl/attachments/20141015/6f0eaa53/attachment.html>


More information about the Python-nl mailing list