None


The None keyword represents the null value
It can be assigned to all data types


x = 10      # int 
x = None # now it's None

s = "hello" # str 
s = None # now it's None





© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext