5 lines
79 B
Python
5 lines
79 B
Python
|
# This file contains invalid indentation.
|
||
|
if True:
|
||
|
a = 3
|
||
|
b = a * 4
|