python_demo.py

Toggle Theme

      print("This is a demo snippet!")


def greet(name):
    return f"Hello, {name}!"


print(greet("World!"))