Skip to content
Snippets Groups Projects
1.py 51 B
Newer Older
def print_hello(name):
    print(f"Hello, {name}!")