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