I have a input that the user types in something Example
Test = input( 'Type in something' )
if Test == 'SOMETHING' :
print( 'You idiot!' )
How do I ignore the if the word something is in all caps or non caps example: Something SOMETHING SoMeThinG
Sorry My Grammar is so bad It's hard to word these things