Python is interpreted language ..?
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by 🤟Royal Thakur 🤟 4 years, 4 months ago
- 1 answers
Related Questions
Posted by Harshit Malik ... 1 year, 8 months ago
- 0 answers
Posted by Catherine Tympuiñ 1 year, 2 months ago
- 0 answers
Posted by Ayushna Darjee 1 year, 4 months ago
- 1 answers
Posted by Kripesh Sapkota 1 year, 2 months ago
- 0 answers
Posted by Student.. .. 1 year, 7 months ago
- 0 answers
Posted by Them Horam 1 year, 2 months ago
- 0 answers
Posted by Them Horam 1 year, 2 months ago
- 0 answers
Posted by Jashan Saini 1 year, 2 months ago
- 0 answers
Posted by Harshit Malik ... 1 year, 8 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Sia ? 4 years, 4 months ago
Python is an “interpreted” language. This means it uses an interpreter. An interpreter executes the statements of code “one-by-one” whereas the compiler executes the code entirely and lists all possible errors at a time. That's why python shows only one error message even though your code has multiple errors.
0Thank You