test.py
· 77 B · Python
Sin formato
def hello_world():
print('Hello World! This website works!')
hello_world()
| 1 | def hello_world(): |
| 2 | print('Hello World! This website works!') |
| 3 | |
| 4 | hello_world() |
| 1 | hello world! |