Python | The Matrix Effect

/ 8 Jul 2013 /
So this is my seventh program, it was supposed to be a binary code converter, until I put the while function on the wrong line, I discovered something great, and then I changed it a bit to suit my liking, and, well, the result is great.

The numbers would not stop, and I could not stop looking, so great.
(Read more to see the result.)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
a = '87445768478788744576847878'
b = '8978796759865'
c = '34874457684787866576665653' 
d = '6689754646654'
e = '78874457684787876677687658'
f = '7778654648775' 
g = '36736574586874457684787857'
h = '5887968556433'
i = '75878765687445768478784447'
j = '7476874484476'
k = '74374874457684787844687874'
l = '4767687445347'
m = '73668744576847878737445441'
n = '6565477346860'
o = '76678744576847878764576565'
p = '8565647874765'
q = '58787445768478788786637754'
r = '8784588655685'
s = '76787445768478786653377667'
t = '6767876453476'
u = '76874457684787876645357466'
v = '5878689665968'
w = '76656545874457684787865641'
x = '8968944456467'
y = '65784584874457684787854457'
z = '4567548874875'


abc = input("Enter here: ")

while 1:
    if abc == 'password':
        print(a,b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, a,b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, a,b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, )
    elif abc == 'wait':
        print('stop')
    else:
        print('what, have u done!')




 
Copyright © 2010 M(ath)+me, All rights reserved