Monday, September 14, 2026

Python Exercise Solutions

1) What is coding?

Answer: Coding is the process of writing instructions in a programming language that computer can understand and execute.

 2) What is Python?

Answer: Python is a computer programming language.

3) Write the name of computer programming language.

Answer: C++, JAVA, Small Basic, PHP, Python etc.

 4) Write the name of Python applications field.

Answer: Robotics, AI, Hardware Testing, 3D Animation Tool (Maya) etc.

 5) Write about feature of Python.

Answer: The features of Python are:-

1) Simple like English language.

2) Case sensitive language.

3) Portable and compatible

4) Interpreter based language.

 6) Who is the developer of Python?

Answer: Guido Von Rossum.

 7) How many working modes of Python?

Answer: There are two working modes of Python.

       1)    Interactive mode – It enables to type single line command at the python prompt.

       

       2)    Script Mode - It enables to write set codes in multiple lines in a file and then further use.

a=5

b=4

c=a+b

print(c)

No comments:

Post a Comment

Programmingway@Eklavya Technosys!: Python Exercise Solutions

Programmingway@Eklavya Technosys!: Python Exercise Solutions : 1) What is coding? Answer: Coding is the process of writing instructions in a...