Compare commits

...

3 Commits

Author SHA1 Message Date
Nicolas P. Rougier
9be9c8cd23
Merge pull request #241 from Hemanth21k/typo_fix
Typo fix for header
2025-07-31 10:27:11 +02:00
Hemanth
7022d36e7a
Merge branch 'rougier:master' into typo_fix 2025-07-30 19:00:32 +00:00
Hemanth21k
6bcb01086d fixed typo 2025-07-30 18:58:38 +00:00

View File

@ -15,11 +15,11 @@ File automatically generated. See the documentation to update questions/answers/
< jupyter_instruction
Run the `initialize.py` module, then for each question you can query the
Run the `initialise.py` module, then for each question you can query the
answer or an hint with `hint(n)` or `answer(n)` for `n` question number.
< jupyter_instruction_rand
Run the `initialize.py` module, then call a random question with `pick()` an hint towards its solution with
Run the `initialise.py` module, then call a random question with `pick()` an hint towards its solution with
`hint(n)` and the answer with `answer(n)`, where n is the number of the picked question.