Run
my_string = "Hello World" if my_string.islower(): print('Given string is LOWER CASE.') else: print('Given string is NOT LOWER CASE.')
Output