A Admin • 832.27K Points Coach Q. How can you generate a list of squares of numbers from 0 to 4? (A) [x**2 for x in range(5)] (B) list(x**2 for x in range(5)) (C) Both option1 and option2 (D) None of these Correct Answer - Option(C) Views: 19 Filed under category Python Hashtags: Share Manage Tags
Discusssion
Login to discuss.