Remove vowels from String in Python ... string = input("Enter any string: ") if string == 'x': exit(); else: newstr = string; print("\nRemoving vowels from the ...
確定! 回上一頁