We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf7122 commit 85b108cCopy full SHA for 85b108c
lessons/beginners/circular-imports/index.md
@@ -15,16 +15,6 @@ Výsledek bude vypadat třeba nějak takhle:
15
└──────────────────┘ │ def tah_hrace │ └──────────────────┘
16
│ │
17
└───────────────┘
18
- ▲
19
- │
20
- │ ┌───────────────────╮
21
- │ │ test_piskvorky.py │
22
- │ ├───────────────────┤
23
- └─│ import piskvorky │
24
- ├───────────────────┤
25
- │ def test_... │
26
- │ │
27
- └───────────────────┘
28
```
29
30
Jenže funkce `tah_pocitace`
0 commit comments