ascii_uppercase

string.ascii_uppercase

Returns the concatenation of all the alphabetical letters in uppercase.

object??

REMARKS
* string module
* This value is not locale-dependent and will not change.
* You can use the ASCII_LETTERS constant to
* You can use the ASCII_LOWERCASE constant to

import string 

print(string.ascii_uppercase) 'ABCDEFGHIJKLMNOPQRSTUVWXYZ

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top