What type of language is Python?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Python is usually used as a general-purpose programming language, but it may also be used to write scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Python is usually used as a general-purpose programming language, but it may also be used to write scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you name ten built-in functions in python and explain each in brief?
Can python function return multiple values?
What is the difference between raw_input() and input() in python?
What is indexing? Explain with an example
Explain the inheritance in python with an example?
What are static methods for?
Explain how to copy an object in Python.
What is a raw string in python?
How would you convert a string into an int in python?
Can a class run without constructor?
What are mixins in python?
How to install a package and import?