Q. What is the output of type(3.0)? (A) int (B) float (C) double (D) complex ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) float Explanation: 3.0 is a floating-point number.