i'm doing some excercise i found , i understand what the error means but i can't understan what is wrong in the code i wrote
here is the code:
number=int(input("introduzca un numero positivo entero: "))
suma=(number(number + 1)) / 2;
print(suma)
the excercise is:
Write a program that reads a positive integer, n , entered by the user and then displays the sum of all integers from 1 to n.