so I have a list of words like this
apple
banana
orange
So I want to make all of that into a separate string like this
'apple'
'banana'
'orange'
But I don't know the shortcut key for it as I saw people doing fast with not typing through each word which cost time and is inefficient. I'm using pycharm btw