[Edit]+0-0python null substitute (None keyword)Nataniel-Barclay349Copy1 2 3 4 5x = None print(x) # Output: None # None is used to define a null value or no value at all