🌈 搜索
📅  最后修改于: 2022-03-11 14:46:54.253000             🧑  作者: Mango
text = "Hello World" times = 3 repeated = text * times print('Not Repeated: ', text) print('Repeated: ', repeated)