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
Blame
History
class
Parent
:
pass
class
Child
(
Parent
)
:
pass
class
Inbread
(
Parent
,
Child
)
:
pass
i
=
Inbread
(
)
Reference in New Issue
View Git Blame
Copy Permalink