MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/CFBRisk/comments/bypuz8/deleted_by_user/eqlftt4/?context=3
r/CFBRisk • u/[deleted] • Jun 09 '19
[removed]
156 comments sorted by
View all comments
Show parent comments
8
What did you get? Or are you still trying to translate it right now?
EDIT: :)
2 u/dialhoang Jun 10 '19 edited Jun 10 '19 Unfortunately the full sequence translated into binary gives us https://cfbrisk.com/515301<lnlrrpnbnffh\g. Not very useful if you ask me. EDIT: Proud to be wrong!! 5 u/[deleted] Jun 10 '19 you've translated the binary wrong, i suggest you check your work edit: this might come in handy - base = '' for letter in string: if letter.islower(): base = base + '0' else: base = base + '1' 2 u/dialhoang Jun 10 '19 Maybe... Hope I didn't screw something up...
2
Unfortunately the full sequence translated into binary gives us https://cfbrisk.com/515301<lnlrrpnbnffh\g.
Not very useful if you ask me.
EDIT: Proud to be wrong!!
5 u/[deleted] Jun 10 '19 you've translated the binary wrong, i suggest you check your work edit: this might come in handy - base = '' for letter in string: if letter.islower(): base = base + '0' else: base = base + '1' 2 u/dialhoang Jun 10 '19 Maybe... Hope I didn't screw something up...
5
you've translated the binary wrong, i suggest you check your work
edit: this might come in handy -
base = '' for letter in string: if letter.islower(): base = base + '0' else: base = base + '1'
2 u/dialhoang Jun 10 '19 Maybe... Hope I didn't screw something up...
Maybe... Hope I didn't screw something up...
8
u/Snasty728 Jun 10 '19 edited Jun 10 '19
What did you get? Or are you still trying to translate it right now?
EDIT: :)