Assignment-2/testing_code/error3.py

5 lines
79 B
Python

# This file contains invalid indentation.
if True:
a = 3
b = a * 4