2. . If zoo = ["lion", "tiger"], what will be zoo * 2? fast
Answers
Answered by
0
Answer:
2 lion 2 tiger that is the answer
Answered by
1
Answer: ['lion', 'tiger', 'lion', 'tiger']
Explanation:
Given : zoo = ['lion', 'tiger']
zoo*2 will be ['lion', 'tiger', 'lion', 'tiger']
When a list is multiplied, then all its element is multiplied that number of times and form a single list.
#SPJ3
Similar questions
Chemistry,
8 days ago
English,
8 days ago
Computer Science,
8 days ago
Environmental Sciences,
16 days ago
Math,
8 months ago
Math,
8 months ago