How to sum value of two variables plz help

Support
  • I am facing issue while adding values of two variable, even if I use expression, or int

    variable1 = 5
    variable2 = 20
    [[variable1]]+[[variable2]]

    Result is 520 instead 25

    I tried all I know but fail all the time. do you have a solution for this?