Python was created in the late 1980s and released in 1991. It is an interpreted, object-oriented, high-level programming language with dynamic semantics. This assignment asks students to explain how Python was introduced and its key features, compare Python to C/Java, explain data types and built-in data types in Python, comment in Python code, list Python operators, and write a program to print a Fibonacci series up to n terms.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views
Python - Assignment Mgiter
Python was created in the late 1980s and released in 1991. It is an interpreted, object-oriented, high-level programming language with dynamic semantics. This assignment asks students to explain how Python was introduced and its key features, compare Python to C/Java, explain data types and built-in data types in Python, comment in Python code, list Python operators, and write a program to print a Fibonacci series up to n terms.
Sr. QUESTIONS No 1 How python was introduced? Explain features of python. 2 Comparison between (i) C and Python (ii) Java and Python. 3 What is data Type? Explain Built-in data type in python. 4 How to comment specific line(s) in python program? 5 List and Explain operator in python. 6 Write a python program to print Fibonacci series up to n terms.