x=2 # create variable 'x' print(x) # print value => 2 print(id(x)) # print id number => 1737348944 print(type(x)) # print type =>