id 1961368347Опрос
There are two ways:
If you need to just add two numbers i.e. 3 + 3, you need to remove " " from "3" and use Print(3 + 3) to get 6 an integer as output.
Or If you need to add two strings, you add " " to 3 to make it Print("3" + "3") which would result as 33 ( a string).