
| Current Path : /var/mail/ift-informatik.de/cgabriel/cur/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/mail/ift-informatik.de/cgabriel/cur/1643273803.V901I2351dadM792691.ift1.ift-informatik.de:2,Sb |
Return-Path: <cgabriel@shortnote.de>
X-Original-To: cgabriel@ift-informatik.de
Delivered-To: cgabriel@ift-informatik.de
Received: from localhost (localhost [127.0.0.1])
by ift1.ift-informatik.de (Postfix) with ESMTP id AC7F1140621
for <cgabriel@ift-informatik.de>; Thu, 27 Jan 2022 09:56:43 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at
Received: from ift1.ift-informatik.de ([127.0.0.1])
by localhost (ift-informatik.de [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id FjWSOxhQ9jes for <cgabriel@ift-informatik.de>;
Thu, 27 Jan 2022 09:56:41 +0100 (CET)
Received: from mail.ift-intern.de (ift-intern.de [85.214.96.57])
by ift1.ift-informatik.de (Postfix) with ESMTPSA id 7D404140363
for <cgabriel@ift-informatik.de>; Thu, 27 Jan 2022 09:56:41 +0100 (CET)
MIME-Version: 1.0
Date: Thu, 27 Jan 2022 08:56:41 +0000
Content-Type: multipart/alternative;
boundary="--=_RainLoop_101_336680683.1643273801"
X-Mailer: RainLoop/1.12.1
From: cgabriel@shortnote.de
Message-ID: <f73c0d58709141a42dd917d3bb18a588@shortnote.de>
Subject: Fwd: py
To: cgabriel@ift-informatik.de
In-Reply-To: <88fcec7a9693a0bb965c0cce47800f4e@shortnote.de>
References: <88fcec7a9693a0bb965c0cce47800f4e@shortnote.de>
----=_RainLoop_101_336680683.1643273801
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
-------- Forwarded message -------=0A From: cgabriel@shortnote.de (mailto=
:cgabriel@shortnote.de)=0A To: Christian.gabriel@extern.cognizant-mobilit=
y.com (mailto:Christian.gabriel@extern.cognizant-mobility.com)=0A Sent: J=
anuary 27, 2022 9:39 AM=0A Subject: py=0A class Mensch (object):=0A def _=
_init__ (self,name):=0A self.name =3D name=0A #**************************=
*********************=0A def gehen (self,rounds):=0A zaehler =3D 0=0A whi=
le zaehler < rounds:=0A print("Mensch geht ...")=0A zaehler =3D zaehler +=
1=0A time.sleep(1)=0A #***********************************************=
=0A def fliegen (self,v,rounds): # Delegation=0A v.fliegen(self,rounds)=
=0A #***********************************************=0A #****************=
*******************************=0A class Vogel (object)=0A def __init__ (=
self,hoehe):=0A self.flughoehe =3D hoehe=0A #****************************=
******************=0A def fliegen (self,mensch,rounds):=0A zaehler =3D 0=
=0A while zaehler < rounds:=0A print("Nimm Mensch " + mensch.name + " mit=
zum Fliegen auf Hoehe " + str(hoehe) )=0A zaehler =3D zaehler + 1=0A tim=
e.sleep(1)=0A #***********************************************=0A #******=
*****************************************=0A class FliegenderMensch (Mens=
ch):=0A def fliegen1 (self):=0A print("Springe in die Luft und mache Flue=
gelbewegungen.")=0A #***********************************************=0A #=
***********************************************
----=_RainLoop_101_336680683.1643273801
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html><html><head><meta http-equiv=3D"Content-Type" content=3D"t=
ext/html; charset=3Dutf-8" /></head><body><div data-html-editor-font-wrap=
per=3D"true" style=3D"font-family: arial, sans-serif; font-size: 13px;"><=
br> <br> -------- Forwarded message -------<br> From: <a href=3D"mailto:c=
gabriel@shortnote.de" tabindex=3D"-1" target=3D"_blank">cgabriel@shortnot=
e.de</a><br> To: <a href=3D"mailto:Christian.gabriel@extern.cognizant-mob=
ility.com" tabindex=3D"-1" target=3D"_blank">Christian.gabriel@extern.cog=
nizant-mobility.com</a><br> Sent: January 27, 2022 9:39 AM<br> Subject: p=
y<br> <div> <div> <div style=3D"font-family: arial, sans-serif;font-size:=
13px"><br> class Mensch (object):<br> <br> def __init__ (self,name):<br>=
self.name =3D name<br> <br> #*******************************************=
****<br> def gehen (self,rounds):<br> zaehler =3D 0<br> while zaehler <=
; rounds:<br> print("Mensch geht ...")<br> zaehler =3D zaehler + 1<br> ti=
me.sleep(1)<br> <br> #***********************************************<br>=
def fliegen (self,v,rounds): # Delegation<br> v.fliegen(self,rounds)<br>=
<br> #***********************************************<br> #*************=
**********************************<br> <br> class Vogel (object)<br> <br>=
def __init__ (self,hoehe):<br> self.flughoehe =3D hoehe<br> <br> #******=
****************************************<br> def fliegen (self,mensch,rou=
nds):<br> zaehler =3D 0<br> while zaehler < rounds:<br> print("Nimm Me=
nsch " + mensch.name + " mit zum Fliegen auf Hoehe " + str(hoehe) )<br> z=
aehler =3D zaehler + 1<br> time.sleep(1)<br> <br> #**********************=
*************************<br> #******************************************=
*****<br> <br> class FliegenderMensch (Mensch):<br> <br> def fliegen1 (se=
lf):<br> print("Springe in die Luft und mache Fluegelbewegungen.")<br> <b=
r> #***********************************************<br> #****************=
*******************************<br> <br> <br> <br> <br> <br> <br> <br> <b=
r> <signature></signature></div> </div> </div> <br> <br> <br> <signature>=
</signature></div></body></html>
----=_RainLoop_101_336680683.1643273801--