Multiple Choice
What will be assigned to the string variable pattern after the execution of the following code?
I = 3
Pattern = 'z' * (5*i)
A) 'zzzzzzzzzzzzzzz'
B) 'zzzzz'
C) Error: '*' operator used incorrectly
D) The right side of the '*' must be an integer.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Invalid indexes do not cause slicing expressions
Q7: A(n)_ exception will occur if you try
Q9: The third number in string slicing brackets
Q18: When accessing each character in a string,such
Q23: What is the value of the variable
Q23: The _ operator can be used to
Q24: The _ method returns true if the
Q26: What is the first negative index in
Q29: An expression of the form string[i] =
Q32: What is the value of the variable