Which type of Programming does Python support?

Questions & AnswersCategory: Programming LanguageWhich type of Programming does Python support?
Geek Boy Staff asked 2 years ago

Which type of Programming does Python support?
a. object-oriented programming
b. structured programming
c. functional programming
d. all of the mentioned

1 Answers
Geek Boy Staff answered 2 years ago

d. all of the mentioned
Explanation: Python is an interpreted programming language, which supports object-oriented, structured, and functional programming.