hlawndim4565 hlawndim4565
  • 10-11-2020
  • Computers and Technology
contestada

Write a program that requests the user input a word, then prints every other letter of the word starting with the first letter.

Respuesta :

Cytokine
Cytokine Cytokine
  • 10-11-2020

word = input("Enter a word: ")

for x in range(0, len(word), 2):

   print(word[x])

I hope this helps!

Answer Link

Otras preguntas

how do organisms that are not autotrophs get they energy they need to sustain life
Which of the following parts of the historian's argument is a piece of historical evidence? A. "Based on these points, he argues that the French Revolution prod
What's 28/42 simplified
What is 2.2 as an improper fraction
what were three features of Shang culture
The importance of Greek philosophy was not that its conclusions were always correct, but that for the first time it was based on: force astronomy hard work reas
Describe the belief in purgatory and explain the reason for the sale of indulgences.
Simplify 10 + 4(x + 1) + 5.
Below are four lines from sections I – IV. (There is one line from each section.) Arrange them in order, first to last, based on when they occurred in the story
The importance of Greek philosophy was not that its conclusions were always correct, but that for the first time it was based on: force astronomy hard work reas
good job