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
ba6eb3ee
Commit
ba6eb3ee
authored
Mar 28, 2019
by
Bodor Máté
Browse files
v0.23
parent
2f1270e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
PITCHME.md
View file @
ba6eb3ee
...
...
@@ -214,7 +214,7 @@ source venv/bin/activate
```
cmd
pip install
b
la
c
k
pip install
f
lak
e8
```
```
cmd
...
...
@@ -727,7 +727,7 @@ class B(A):
a
=
A
()
a
.
print
(
"Fighters"
)
b
=
B
(
5
)
b
.
print
(
"Ró"
"
Fej"
)
b
.
print
(
u
"
\u03C1
"
+
"
Fej"
)
---
...
...
@@ -735,17 +735,21 @@ Output
```
python
Foo Fighters
Foo
Ró
Fej
Foo
Ró
Fej
Foo
Ró
Fej
Foo
Ró
Fej
Foo
Ró
Fej
Foo
ρ
Fej
Foo
ρ
Fej
Foo
ρ
Fej
Foo
ρ
Fej
Foo
ρ
Fej
```
### Dekorátor
+++
### HF
+++
```
python
def my_decorator(func):
def wrapper():
...
...
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