This is a simple test of syntax highlighting.
1 2 |
def say_hello(name): print("Hello {}!".format(name)) |
This is a simple test of syntax highlighting.
1 2 |
def say_hello(name): print("Hello {}!".format(name)) |