Saved Bookmarks
| 1. |
Write any two feature of python that make is user friendly |
|
Answer» 1. Python is an interpreted language, i.e it USES an interpreter to change Given language to Machine language. 2. Python is a case-sensitive language. 3. Python offers 2 KINDS of Loops. I.e for and while loops and it has two types of command saving screen which helps the developer to test the program or to test a specific line of a program. Hope it helps!!!!! For any queries, revert BACK in comments or on [email protected] . I can solve all you programming queries. |
|