Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.15 KB | None | 0 0
  1. tmp = '' # finding the name of the bone
  2. FOR i in range (1,LEN(LINE)-1):
  3.     tmp += ' ' + str(line[i])
  4. str(tmp).lstrip()
  5. tmp = tmp[1:]; tmp = tmp[:-1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement