Computer Science, asked by harsh888879, 2 months ago

What is the output of the below program ?

def Say (Message, time = 1) :

print (Message * time)

Say (“Hello”)

Say (“Student”, 3)​

Answers

Answered by smithachld
1

Answer:

An output device is any piece of computer hardware equipment which converts information into human-readable form. It can be text, graphics, tactile, audio, and video. Some of the output devices are Visual Display Units i.e. a Monitor, Printer, Graphic Output devices, Plotters, Speakers etc. 

Explanation:

please mark as brainlist

Similar questions