Advertisement
reverendsteveii

twistup error

Jun 29th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. python stolenTwistUp.py
  2. Traceback (most recent call last):
  3. File "stolenTwistUp.py", line 12, in <module>
  4. print twistUp("THEQUICKBROWNFOXJUMPEDOVERTHELAZYDOG")
  5. File "stolenTwistUp.py", line 9, in twistUp
  6. new_s += chr(0x0300 + randint(0, 0x6F))
  7. ValueError: chr() arg not in range(256)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement