Computer Science, asked by VarshaMY, 7 months ago

5. You look at the following text:
to
1- if x == 6:
2
print('Is 6')
3
print('Is Still 6')
print('Third 6')
4
It looks perfect but Python is giving you an 'Indentation Error' on the second print statement. What is the most likely
reason?
Python thinks 'Still is a mis-spelled word in the string
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
Python has reached its limit on the largest Python program that can be run
You have mixed tabs and spaces in the file​

Answers

Answered by 1GODARASHAB
0

Answer:

1234567890

Explanation:

Similar questions