1. [‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] Correct 1.00
2. [‘carrot’, ‘celery’, ‘potato’, ‘asparagus’]
3. [‘carrot’, ‘broccoli’, ‘celery’, ‘potato’, ‘asparagus’]
4. [‘celery’, ‘carrot’, ‘broccoli’, ‘potato’, ‘asparagus’]
[‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] Correct 1.00
1. [3, 4, 5, 20, 5, 25, 1, 3]
2. [1, 3, 3, 4, 5, 5, 20, 25]
3. [25, 20, 5, 5, 4, 3, 3, 1]
4. [3, 1, 25, 5, 20, 5, 4, 3]
[3, 1, 25, 5, 20, 5, 4, 3]
1. [3, 4, 5, 20, 5, 25, 1, 3, 34, 5]
2. [1, 3, 3, 4, 5, 5, 20, 25, 34, 5]
3. [25, 20, 5, 5, 4, 3, 3, 1, 34, 5]
4. [25, 20, 5, 5, 4, 3, 3, 1, 34, 5]
[3, 4, 5, 20, 5, 25, 1, 3, 34, 5]
1. [3, 4, 5, 20, 5, 25, 1, 3]
2. [1, 3, 3, 4, 5, 5, 20, 25]
3. [3, 5, 20, 5, 25, 1, 3]
4. [1, 3, 4, 5, 20, 5, 25]
[3, 5, 20, 5, 25, 1, 3]
1. [3, 4, 5, 20, 5, 25, 1]
2. [1, 3, 3, 4, 5, 5, 20, 25]
3. [3, 5, 20, 5, 25, 1, 3]
4. [1, 3, 4, 5, 20, 5, 25]
[3, 4, 5, 20, 5, 25, 1]
1. [“Welcome”, “to”, “Python”]
2. (“Welcome”, “to”, “Python”)
3. {“Welcome”, “to”, “Python”}
4. “Welcome”, “to”, “Python”
[“Welcome”, “to”, “Python”]
1. [‘a’, ‘b’, ‘c’, ‘d’]
2. [‘a b c d’]
3. [‘a#b#c#d’]
4. [‘abcd’]
[‘a’, ‘b’, ‘c’, ‘d’]
1. 1
2. 2
3. 3
4. 4
1
1. 2 3 4 5 6 1
2. 6 1 2 3 4 5
3. 2 3 4 5 6 6
4. 1 1 2 3 4 5
2 3 4 5 6 6
1. [1, 3]
2. [4, 3]
3. [1, 4]
4. [1, 3, 4]
[4, 3]