编辑代码

n = 5
string = "Hello!"
print(string * n)