Python does not always automatically convert data types during operations. When we try to combine incompatible types like string and boolean, Python raises an error instead of guessing the conversion. Understanding type compatibility is important to avoid runtime errors. Answer: C) TypeError #Python #TypeConversion #PythonBasics #BeginnerFriendly #CodingJourney #LearningInPublic #ProblemSolving
c
C
Option C
4