Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created September 7, 2022 18:34
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 pranjalAI/091037d4a615dd111cff3e22b45f8b05 to your computer and use it in GitHub Desktop.
Save pranjalAI/091037d4a615dd111cff3e22b45f8b05 to your computer and use it in GitHub Desktop.
arr1 = ['T', 'r', 'i', 'c', 'k', 's']
res = "".join(arr1)
print (res)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment