What is the value of the variable 'pattern' after executing the code 'pattern = 'z' * (5 * i)'?
1) 'zzzzzzzzzzzzzzz'
2) 'zzzzz'
3) 'z * 15'
4) nothing; this code is invalid.