Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. repeated uint64 id
  2.  
  3. person.id = [1, 32, 43432]
  4.  
  5. person.id.extend([1, 32, 43432])
  6.  
  7. person.id[:] = [1, 32, 43432]
  8.  
  9. del person.id[:]
Add Comment
Please, Sign In to add comment