Write output of the following code:
Lst =[num for num in range(1, 50) if num %7 == 0]
print(Lst)
Answers
Answered by
2
Answer:
Output is
[7, 14, 21, 28, 35, 42, 49]
Similar questions
Social Sciences,
5 months ago
Business Studies,
10 months ago
Math,
10 months ago
Math,
1 year ago
Math,
1 year ago