IDNLearn.com is your trusted platform for finding reliable answers. Get step-by-step guidance for all your technical questions from our knowledgeable community members.

What will be assigned to the string variable pattern after the following code executes? i = 3 pattern = 'z' * (5 * i)

Sagot :

Answer:

A

Explanation:

What will be assigned to the string variable pattern after the following code executes? i = 3 …

A) 'zzzzzzzzzzzzzzz'

B) 'zzzzz'...

A:

A) 'zzzzzzzzzzzzzzz'