(Choose 1 answer)
You look at the following text:
if x == 6:
print('Is 6')
print('Is Still 6')
print('Third 6')It looks perfect but Python is giving you an 'Indentation Error' on the second print statement. What is the most likely reason?
A. In order to make humans feel inadequate, Python randomly emits 'Indentation Errors' on perfectly good code after about an hour the error will just go away without any changes to your program
B. Python has reached its limit on the largest Python program that can be run
C. Python thinks 'Still' is a mis-spelled word in the string
D. You have mixed tabs and spaces in the file