What is the language from which Python has got its features or derived its features?



What is the language from which Python has got its features or derived its features?..

Answer / Ayoosh Kumar Sharivastava

Python was heavily influenced by several other high-level programming languages, including ABC, BCPL, FORTRAN, MAD, and BASIC. It also borrowed some syntax and ideas from AWK and UNIX shell scripting.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What happens in the background when you run a python file?

1 Answers  


How to find whether string is alphanumeric or not?

1 Answers  


How do I define a variable?

1 Answers  


What is the shortest method to open a text file and display its content?

1 Answers  


In the above project, were you alone or were you in group of developers? If so, how many?

1 Answers  


What are class attributes in python?

1 Answers  


What is the use of enumerate() in python?

1 Answers  


How do I sort a list in python 3?

1 Answers  


Tell me what is docstring in python?

1 Answers  


Is python in demand?

1 Answers  


What makes python object-oriented?

1 Answers  


Differentiate between deep and shallow copy?

1 Answers  


Categories