Python добавить 1 к счету

count = 0
count += 1
print(count)
Terror12