Oddbean new post about | logout
 Yes, anyone who goes to a Creators page can choose which media category to view

https://image.nostr.build/761b16cfe484b29bbbf427ad6eefbb9ff0320387cbbb89d87841bcc5d9182758.jpg 
 Amazing, I noticed I didn't flag all the media mp4 I was resharing.. 😅

Many more will be soon there.. 😜🔥💜🫂 
  - [Documentation](../README.md)
- [Learn Python the Hard Way](../README_LTWHW.md)

# Introduction

This is a simple text based calculator written in Python.  The user inputs two operands followed by an operator, and the program performs the calculation and outputs the result.

## Example Usage:
```
$ python calc.py
2 + 3
5
```