+ 3

Why does python use only Interpreter unlike C, Which uses both compiler and Interpreter?

22nd Mar 2018, 7:06 AM
Rajasekhar
Rajasekhar - avatar
4 Answers
+ 1
Python is a interpreted language. It's every line of code is interpreted while execution.
22nd Mar 2018, 8:29 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar