Hello using PyScript

# Python code to display "Hello" output = "Hello from PyScript!" # Write the output to the container display(output, target="output") print("hello wordl")