Search found 2 matches

by space
Thu Mar 22, 2012 6:36 pm
Forum: Challenges Solved
Topic: The Powers That Be
Replies: 27
Views: 3085

hobbist wrote:

Code: Select all

x = str(((17**39)**11)) 
x2 = ''
for i in range(0,len(x),33):
    x2 += x[i]
print 'powers that be ', x2

Gawd, I love python. Can't wait until I really start learning.
lol? :D
print str((17**39)**11)[::33]
by space
Wed Jan 12, 2011 5:36 pm
Forum: Challenges Solved
Topic: UpCount
Replies: 28
Views: 2522

that was the most fuc*in chall on this whole site....