Out of the following literals, determine their type whether decimal / octal / hexadecimal integer literal or a floating point literal in fractional or exponent form or string literal or other ? 123, 0ol24, OxABC, ‘abc’, “ABC”, 12.34, 0.3E-01, ‘”ftghjkjl”‘, None, True, False

In the order of occurrence – Decimal, Octal, Hexadecimal, Single quotes String, Double quotes String, Fractional, Exponential, Multiline String, Special literal, Boolean, Boolean