agrasmick8152 agrasmick8152 06-05-2022 Computers and Technology contestada What will be assigned to the string variable pattern after the following code executes? i = 3 pattern = 'z' * (5 * i)