This website requires JavaScript.
Explore
Help
Sign In
2121321
/
PR3_Studienleistung_1_Prof_Steinberger
Watch
1
Star
0
Fork
You've already forked PR3_Studienleistung_1_Prof_Steinberger
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9d4eb61fff
PR3_Studienleistung_1_Prof_...
/
SL_2
/
s2_a1.py
9 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
changed names
2023-01-13 15:36:35 +01:00
class
Parent
:
Beginn of S2
2023-01-13 15:34:17 +01:00
pass
changed names
2023-01-13 15:36:35 +01:00
class
Child
(
Parent
)
:
Beginn of S2
2023-01-13 15:34:17 +01:00
pass
changed names
2023-01-13 15:36:35 +01:00
class
Inbread
(
Parent
,
Child
)
:
Beginn of S2
2023-01-13 15:34:17 +01:00
pass
changed names
2023-01-13 15:36:35 +01:00
i
=
Inbread
(
)