patient1 / my_script.py
patjs's picture
Upload my_script.py with huggingface_hub
47cf701 verified
raw
history blame contribute delete
97 Bytes
# This is a Python script
def my_function():
print("Hello from my_function!")
my_function()