#!/usr/bin/env python3 alphabet = range(0, 26) print(alphabet) print(map(lambda needle: , list("AA")))