Which of the following statements is true?
a. In Python we do not specify variable types, it is directly interpreted by the compiler.
b. Python, like C + +, is a strongly typed language and the variable type must be specified explicitly,
c. In Python some basic variable types need to be specified explicitly, some do not, depending on the interpreter.