Hexaware Technologies interview question

Was asked to write a program to print even numbers from 1 to 20 in python.

Interview Answer

Anonymous

13 Mar 2024

wrote a single line code using list comprehension.