This is so Cool and Useful in Python #python #programming #coding

preview_player
Показать описание
Hello Dear Coder,

This is something that every programmer should know in python, this feature is so cool and useful in python list.

Stay tuned....

#python #programming #coding
Рекомендации по теме
Комментарии
Автор

one liner code:

print(*map(lambda y: 'Squence : %c and %c, did not match at index : %d'%(*y[1], y[0]), filter(lambda x: x[1][0] != x[1][1], enumerate(zip(squence_1, squence_2)))), sep='\n')

_____JUNPark_____