What will be the output of the following python code?
str1 = “School” print(str1*3)
School School School