Skip to content

Instantly share code, notes, and snippets.

@yonson2
Created January 20, 2015 14:31
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 yonson2/e528476843aa1e0cbc54 to your computer and use it in GitHub Desktop.
Save yonson2/e528476843aa1e0cbc54 to your computer and use it in GitHub Desktop.
from strutils import join
var sumlist: seq[int] = @[797062, 105966, 878801]
var test = join(sumlist, " ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment