6 lines
70 B
Python
6 lines
70 B
Python
from markupsafe import escape
|
|
|
|
|
|
def run():
|
|
escape("Hello World!")
|