I am given this error when I'll try to execute it... I tried anything to make it work but it keeps jumping the error between the IFs statements... ```File "RATAttack.py", line 41 elif event.Ascii == 9: ^ TabError: inconsistent use of tabs and spaces in indentation ```
I am given this error when I'll try to execute it... I tried anything to make it work but it keeps jumping the error between the IFs statements...