标签: pseudocode
这是代码的启动方式,您有任何继续的想法吗?
OUTPUT “Please enter a word or phrase to be tested”) INPUT myString list1 ← list(myString) #convert myString to a list of characters numChars ← len(list1) s ← Stack()