ymyzk / mypy-playground

The mypy playground. Try mypy with your web browser.
https://mypy-play.net
MIT License
69 stars 9 forks source link

print statements are noop #635

Closed govindrai closed 5 months ago

govindrai commented 5 months ago

I expect output of print statements to be displayed, but output is not. See example playground

ymyzk commented 5 months ago

Hello @govindrai. I cannot find a print statement in the given link, but this tool is for running a type checker called mypy and won't execute the given Python code. If you need to execute the program, please use Python installed locally or use another service.

govindrai commented 5 months ago

@ymyzk ohhh that makes a ton of sense. No code is being ran.. thanks for responding and sorry for the noise!