I wanted to dive into Python and I came to a problem when I wanted to make a very primitive calculator.
It asks you to type 2 numbers, and then it would display informations like number1 + number 2 etc.
I was at the point where I was typing in to display a short text and then the amount of the two numbers like print("amount:" number1 + number2)
and that one wasn't right, it was just putting the two numbers next to each other, not what they equal.
I don't know how to display it somehow like this (for example):
The two number equals: 100