What will be assigned to the string variable pattern after the execution of the following code?

What will be assigned to the string variable pattern after the execution of the following code?


i = 3

pattern = 'z' (5 i)



Answer: 'zzzzzzzzzzzzzzz'


Learn More :