Computer Science, asked by adityathegamer2308, 2 months ago

Application-based questions.
Kritika's computer teacher has given her an assignment to display the names of the fruits separated with a tab
space in Python. Which separator should she use with the print() function?
Aman is working on his mathematics project work. He has to perform some quick calculations. Which mode of
Python programming should he use for doing them?​

Answers

Answered by mahak3922
5

Explanation:

Kritika's computer teacher has given her an assignment to display the names of the fruits separated with a tab

space in Python.

answer to this is

Names of the fruits are separated with a tab space in Python with \t separator. Explanation: The print() function is used to print the stated objects to the screen, or to another standard output device.

Aman is working on his mathematics project work. He has to perform some quick calculations. Which mode of

Python programming should he use for doing them?

Answer to this is

Aman should use modern methods to perform these calculations

Similar questions