Guest User

Untitled

a guest
Jun 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. a = "test,test,test"
  2.  
  3. vec = a.split (",")
  4.  
  5. vec.sort ()
Add Comment
Please, Sign In to add comment