Not Running 1+1 or any arithmetic operator ? (Python)

**Question:**Run nothing,not error


Repl link:

1+1 or 3**2 any arithmetic , I installed package ,still not work.[https://replit.com/@AugusZhao](https://replit.com/@AugusZhao)

To see the results you need to print them :

print(1+1)
print(3**2)
3 Likes

basically I checked your repl and since it’s not shell it’s going to print the output of the arithmetic, you need to print them as hugo said

1 Like

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