verbs = ['eat', 'run', 'jump', 'play', 'walk', 'talk', 'send']x=(' | '.join('"' + item + '"' for item in verbs))print(x)
Standard input is empty
"eat" | "run" | "jump" | "play" | "walk" | "talk" | "send"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!