时间:2024-10-14 15:13:25
1、打开cmd
2、进入python交互界面
3、定义字符串str = "this is a test"
4、单次打印print(str)
5、多次打印print(str * 10)