Skip to content

Instantly share code, notes, and snippets.

@Deep18-03
Created April 25, 2020 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deep18-03/a6d26b82077f83a06d589f45ef613a2c to your computer and use it in GitHub Desktop.
Save Deep18-03/a6d26b82077f83a06d589f45ef613a2c to your computer and use it in GitHub Desktop.
lst=['john cena','randy orton','jindawr mahal','roman']
a="add ".join(lst)
print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment