2024-heraklion-testing-debu.../hands_on/first/first.py
2024-08-26 13:54:13 +02:00

9 lines
132 B
Python

def times_3(x):
""" Multiply x by 3.
Parameters
----------
x : The item to multiply by 3.
"""
return x * 3