Write a python statement to display COMPUTER WORLD on output screen.
Answers
Answered by
1
Answer:
The simplest way to produce output is using the print() function where you can pass zero or more expressions separated by commas. This function converts the expressions you pass into a string before writing to the screen. Returns: It returns output to the screen
Explanation:
aMark me aa brainlest
Similar questions