Your problem is in the last script. You're only repeating the length of the first list times. You need to repeat maxvalue-length of present values times.
hmm interesting
This doesn't seem to work, Can someone debug this? Just comment below and tell me what I did wrong.--------------------------------------Say you have 50 (or a different number) of items labelled 1-50. A Number of them are missing. How will you know which ones? Use this program!
Comments
You need to be logged in to post comments
Add a Comment
Your problem is in the last script. You're only repeating the length of the first list times. You need to repeat maxvalue-length of present values times.
hmm interesting