Prompting it to run code only returns type

i created a print(round (complicated_exp, 3)) and after running it only returns type data and not the solution? i dont know if the ‘type’ setting is stuck on but im not asking for it to retrieve the type

complicated_exp = ((7+4)/6)

first_argument = 5** complicated_exp

print(round(first_argument,3)<=20

after attempting to run the code the console only reports class string. it should respond in boolean not type

was this in the Smoothstack file? The code you want to run must be in main.py.

1 Like

Thanks…… moments later I realized the difference

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.