Which type of Programming does Python support?

a) object-oriented programming
b) structured programming
c) functional programming
d) all of the mentioned

1 thought on “Which type of Programming does Python support?”

  1. d
    Explanation: Python is an interpreted programming language, which supports object-oriented, structured, and functional programming.

Leave a Comment