print("Welcome to Typer Python") print("*"*23) print("Write Python Code in the \nconsole above to destroy\nthe blocks before they\nget to the bottom.") print("\n") print("Click on a block\nto save yourself\nsome time!") print("However, you only\nhave 3 of those.") print("Explore the power-ups\nin the top right corner.") print("\n") print("Good luck!")
RUN