hello.py 52 B

1234
  1. def abc():
  2. return '<h1>hello</h1>'
  3. print(abc())