Where are the comments?

Report a typo

There are several comments "hidden" in the code below. Find them and make sure to comment them so that the code runs correctly!

Write a program in Python 3
create a variable x
with the value 8
x = 8
x = x ** 2
print(x) prints the x squared
___

Create a free account to access the full topic