Guest User

Untitled

a guest
Feb 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def verhuizen2(lijst):
  2. lijst = list(lijst)
  3. lijst[:] = lijst
  4. if(goudlokje(lijst)):
  5. getal = goudlokje(lijst)
  6. print(getal)
  7. lijst.append(getal)
  8. return None
Add Comment
Please, Sign In to add comment