Skip to content

Commit ca86189

Browse files
committed
puzzle8: running through regular python should work too
1 parent de1dde0 commit ca86189

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

notebooks/tps/puzzle8/.teacher/README-puzzle8-corrige-nb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ flet run mycode.py
280280
```bash
281281
python mycode.py
282282
```
283-
the latter form will likely just crash, with little or no explanation...
283+
the former is supposedly better in that it will reload changed sources dynamically (no need to restart the program after you change the source)
284+
the latter form should work too (but without dynamic loading, of course)
284285
````
285286

286287
+++

notebooks/tps/puzzle8/README-puzzle8-nb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ flet run mycode.py
272272
```bash
273273
python mycode.py
274274
```
275-
the latter form will likely just crash, with little or no explanation...
275+
the former is supposedly better in that it will reload changed sources dynamically (no need to restart the program after you change the source)
276+
the latter form should work too (but without dynamic loading, of course)
276277
````
277278

278279
+++

0 commit comments

Comments
 (0)