Kritika's computer teacher has given her an assignment to display the names of the fruits separated with a ta
space in Python. Which separator she should use with the print() function?
Learning
Answers
Answered by
1
Answer:
The print() function is used to print the stated objects to the screen, or to another standard output device.
Similar questions