3. How are these numbers different from one another ? 33, 33.0, 33j, 33+ j

33 is int type, 33.0 is float type, 33j is complex type and the last one is incorrect way of representing complex type 33+1j