Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bodnár Zsombor
python-kszkepzes
Commits
15d9b073
Commit
15d9b073
authored
Mar 28, 2019
by
Bodor Máté
Browse files
v0.24
parent
51bae95e
Changes
1
Hide whitespace changes
Inline
Side-by-side
PITCHME.md
View file @
15d9b073
...
...
@@ -718,12 +718,10 @@ class A:
for
x
in
range
(
self
.
a
):
print
(
self
.
b
,
str
)
class
B
(
A
):
def
__init__
(
self
,
a
):
self
.
a
=
a
a
=
A
()
a
.
print
(
"Fighters"
)
b
=
B
(
5
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment