Feb-10-2023, 06:57 AM
Hi, everyone!
I have a list with the names of users:
users = ['Timoteusz', 'MAD', 'GaMer', 'ToXIC',....]
All the names are in different letter case.
How to apply function lower() to the copy of this list to make all the names lowercase?
I have a list with the names of users:
users = ['Timoteusz', 'MAD', 'GaMer', 'ToXIC',....]
All the names are in different letter case.
How to apply function lower() to the copy of this list to make all the names lowercase?
