Computer Science, asked by DevanshuYadav123, 5 months ago

please solve this ..........​

Attachments:

Answers

Answered by valeriy69
1

Python program

word = "COMPUTER"

for i, v in enumerate(word):

print(word[0: len(word) - i])

\small\mathsf\color{lightgreen}useful?\: \color{white}\mapsto\: \color{orange}brainliest

Similar questions