Source Code:
(back to article)
import string alphabet = string.ascii_letters print(alphabet)
Result:
Report an issue