test.py 73 Bytes Edit 1 2 3 4 5 y = 7 print('7',type(y)) y = 'defg' print('defg',type(y)) print(y==y)