UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

8 lines (7 loc) 320 B
export function ascii_letters() { // parity verified: Python 3.12 // original by: Yury Shapkarin (https://shapkarin.me) // example 1: ascii_letters() // returns 1: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' return 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; }