I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Repeated loud words

A program has been written where the user can type words in and it will then display the words in capitals. However the student made a number of mistakes.
Fix the problems in this code so it works correctly.

word = input("enter a word - type stop to end")
while word == stop:
	print(word.upper)
word = input("enter a word - type stop to end")


You need to log in or create an account to submit code!

Comments are closed.

Information