I am in a coding bootcamp. An example has me type into the Python3 IDLE something simple that should work but it dosent?
X = 500
print(str(X))
according