from random import randint inp = input("入力してください。") total = 0 for i, num in enumerate(range(inp), start = 1) : total += i else : print(total)