text = 'one?two?three?four' # complete the following line...
words =
print(words) # expected: ['one', 'two', 'three', 'four']
Setting up Python environment...