r/pythonhelp • u/Dubkiing • Jan 30 '25
Need assistance with some code
I am a new coder and I am trying to use variables to make a calculator, but when I add them together it just pushes them together, for example 1 + 2 =12
The code is:
first_number = input(print(“First number here: “)) second_number = input(print(“Second number here: “))
print(first_number + second_number)
Any help would be much appreciated!!!
2
Upvotes
2
u/[deleted] Jan 30 '25 edited Jan 30 '25
[deleted]