Hexaware Technologies Interview Question

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

Interview Answer

Anonymous

Mar 13, 2024

wrote a single line code using list comprehension.