1、打开repl.it网站,新建一个REPL,输入python,点击python3
2、在左边输入print("Hello, world!");
3、点击三角形的run运行程序,可以看到右边输出了Hello, world!