Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: index fetching solution in Creative category for Caps Lock by Stensen
caps_lock = lambda t: t[0] + ''.join([[_t, _t.upper()][i%2] for i, _t in enumerate(t[1:].split('a'))])
Oct. 6, 2020
Comments: