2024-heraklion-testing-debu.../hands_on/first_teacher/first.py

9 lines
132 B
Python
Raw Normal View History

2024-08-26 13:54:13 +02:00
def times_3(x):
""" Multiply x by 3.
Parameters
----------
x : The item to multiply by 3.
"""
return x * 3