# Project : Enforced immutability x = 10 assert( x = 10) assert( x = 100 )