File size: 97 Bytes
47cf701
 
 
 
 
1
2
3
4
5
6
# This is a Python script
def my_function():
    print("Hello from my_function!")

my_function()