I found a bug in python 3 changing numbers? [resolved]

Wanted to see what CodeAcademy would do if I added these as a string

quilt_width = 8
quilt_length = 8
print('quilt_width * quilt_length')

Which obviously is incorrect, but Step 1 marked it as correct.
This should be resolved and notify the user they cant print it as a string, but two separate int variables.

1 Like

Cheers, will pass this on.