This might be a dumb question, but I don’t understand what the difference is between string.uppercase and string.ascii_uppercase in a string module. Printing the docstring of both functions prints the same. Even the conclusion print string.uppercaseand print string.ascii_uppercasethe same.
Thank.
source
share