increment number in python code code example Example 1: increment python number += 1 Example 2: python incrémentation >>>n=1 >>>n 1 >>>n+=1 >>>n 2