Repeat text
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
Repeat text
* repeats text. "ha" * 3 becomes hahaha.
Use * to repeat text. Show hahaha: print("ha" * 3).
Click Run to see the output here.