VP, Programs & Operations @codeday || helping students make their first open-source contribution with the power of mentoring
- Des Moines, IA
-
05:55
(UTC -05:00)
Pinned Loading
-
My Second Calculator
My Second Calculator 1# My second calculator
2print('Calculator loading... please wait')
3add = {i:{j:i+j for j in range(1000)} for i in range(1000)}
4sub = {i:{j:i-j for j in range(1000)} for i in range(1000)}
5mult = {i:{j:i*j for j in range(1000)} for i in range(1000)}
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.