islower()

All String methods

Youtube Live session on Tkinter

my_str.islower()
Returns True if all chars in a string are in lower case, otherwise returns False
my_str='_abc45'
print(my_str.islower())     # Output is True

my_str='ab#cd'
print(my_str.islower())     # Output is True

my_str='A_abc1234'
print(my_str.islower())     # Output is False

my_str='pq?rs'              
print(my_str.islower())     # Output is True

my_str='pq rs'              
print(my_str.islower())     # Output is True

my_str='12ab'              
print(my_str.islower())     # Output is True


All String methods


Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here





    Python Video Tutorials
    Python SQLite Video Tutorials
    Python MySQL Video Tutorials
    Python Tkinter Video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer