Python Challenge
Python Challenge
Mota-Lev wrote:Its like watching an Asian girl crush a cats brain through its eye socket with high heels.. Its horrible but I just can't look away :/.
-
- Green Beret
- Posts: 3470
- Joined: Sat Jun 03, 2006 11:08 am
- Contact:
Re: Python Challenge
Second is simply a shifted alphabet cipher. A->C, B->D, and so on. Not gonna take the time right now to solve it, but I'll look into it later. I assume the idea is to write a program to solve it? If so then I can only solve these on paper and calculator for so long. We shall see...
-
- Night Stalker
- Posts: 6887
- Joined: Thu May 24, 2007 5:52 am
- Location: 41.896198, 12.4165945
- Contact:
-
- SEAL
- Posts: 527
- Joined: Tue Jul 22, 2008 10:38 am
-
- Green Beret
- Posts: 3470
- Joined: Sat Jun 03, 2006 11:08 am
- Contact:
Re: Python Challenge
Thats the point, really. I'll do it eventually, or end up solving it all by hand if need be.(KHC) Shadow wrote:Perhaps you should write a python program to solve this..
-
- Night Stalker
- Posts: 6887
- Joined: Thu May 24, 2007 5:52 am
- Location: 41.896198, 12.4165945
- Contact:
Re: Python Challenge
^ hah.
for the second one would you use something like "for char, index in string, char == string.lowercase[index] + 4", or would you map all the characters one by one? o_o
DISCLAIMER: that code is just a draft!

DISCLAIMER: that code is just a draft!
- TaxiService! Shitposting since 2007!
-
- SEAL
- Posts: 527
- Joined: Tue Jul 22, 2008 10:38 am
Re: Python Challenge
I just did:
for (i = 0; i < string.length; i++)
{
newString.appendCharacter(string.character(i) + 2)
}
for (i = 0; i < string.length; i++)
{
newString.appendCharacter(string.character(i) + 2)
}

-
- Ranger
- Posts: 1894
- Joined: Tue Oct 16, 2007 3:57 am
- Location: "I didn't just take your mom out to dinner. I ate your mom for dinner."
- Contact:
Re: Python Challenge
I am suddenly angered by the fact that i know nothing about python, yet everyone else seems to. The fuck, brb time to learn.
Mota-Lev was here 30/4/2010@2:18pmG[v]N wrote:HUGE NOTIFICATION
THIS GRAVY HAS BRAINS

-
- Commando
- Posts: 2589
- Joined: Thu Jun 24, 2010 6:36 am
Re: Python Challenge
same here manFonzie wrote:I am suddenly angered by the fact that i know nothing about python, yet everyone else seems to. The fuck, brb time to learn.
-
- Ranger
- Posts: 1459
- Joined: Sat Dec 06, 2008 4:28 pm
- Location: Between the 'y' and 'i' keys.
- Contact:
Re: Python Challenge
Yes, but you know nothing about anything >:|Haruhi Suzumiya wrote:same here manFonzie wrote:I am suddenly angered by the fact that i know nothing about python, yet everyone else seems to. The fuck, brb time to learn.
Who is online
Users browsing this forum: No registered users and 6 guests