initial commit with 2024 materials
This commit is contained in:
commit
6fdfdbb8b7
66 changed files with 102457 additions and 0 deletions
8
hands_on_solutions/first/first.py
Normal file
8
hands_on_solutions/first/first.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
def times_3(x):
|
||||
""" Multiply x by 3.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
x : The item to multiply by 3.
|
||||
"""
|
||||
return x * 3
|
Loading…
Add table
Add a link
Reference in a new issue