Skip to content

Commit ff0665c

Browse files
committed
Add exercise and quiz, please mergeeeeeeeee
1 parent 9f69f5d commit ff0665c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

self_assessment/exercises/8_multiverse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Your goal:
5151
# viewer = MultiverseViewer()
5252
# headless = True
5353
# multi_sim = ...
54-
multi_sim.start_simulation()
54+
# multi_sim.start_simulation()
5555
56-
start_time = time.time()
57-
time.sleep(5.0)
58-
multi_sim.stop_simulation()
56+
# start_time = time.time()
57+
# time.sleep(5.0)
58+
# multi_sim.stop_simulation()
5959
```
6060

6161
```{code-cell} ipython3

0 commit comments

Comments
 (0)