Question #283

Which one has more elements?

string.ascii_letters contains the following characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ . string.ascii_lowercase contains the following characters: abcdefghijklmnopqrstuvwxyz . (docs.python.org/3/library/string.html)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: