Computer Science, asked by nandikamattoo, 4 months ago

Draw a flowchart to print the words "Hello Friends!" eight times.

Answers

Answered by cutiefoodie123
0

here's the command :- ( python code)

print ("Hello Friends!" * 8 )

Similar questions