Question: what will this command return?
- a set of all the multiples of 3 less then 100
- a set of all the number from 0 to 100 multiplied by 3
- a list of all the multiples of 3 less then 100
- a set of all the multiples of 3 less then 100 excluding 0
Answer: The correct answer of the above question is Option A:a set of all the multiples of 3 less then 100