✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Question #14: True or false? Code indentation must be 4 spaces when creating a code block?
```python
a=2
b=2
if a==b:
# four spaces of indent are used to create the block
print("4 space ", a, " is equal to ", b)
```Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!