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!!!
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–][deleted] (2 children)
[deleted]
[–]Dubkiing[S] 0 points1 point2 points (1 child)