+ 2
Challenge!!!!!
just make a simple calculator>
4 Answers
+ 3
# The simplest is here:
print(eval(input()))
# using .py
+ 1
Honestly, i'm completely new to programming and just started the python3 course, and I wanted to make a calculator. I've seen many designs with c++, but they took several lines of code. I didn't expect to be able to make one in a single line of code with python!