Computer Science, asked by kushchaturvedi28, 4 months ago

EXAMPLE 10
Write pseudocode that lets the user
type words and when they press 'x', it prints how many
words the user inputted then quits program.

plz help me in solving this​

Answers

Answered by RuwaisnZaid
1

Explanation:

c = INPUT ("ENTER A WORD")

P = len(c)

while True:

p = input("Enters x to show")

if p=="x":

print("Count word",P)

elif p=="quit":

break

*Mark me as brainly

Similar questions