""" Purpose: introduce assignment """ x = 10 y = x print( "x:", x ) print( "y:", y )