lincoln tech in the 1980s plus eye of the tiger (NOT Katy Perry, the ot
From blinkingblythe01@gmail.com@21:1/5 to All on Sat Jun 10 13:00:05 2017
# note: THIS IS INCREDIBLY INDENT/SPACE SENSITIVE! O_O
# (grid code)
#### row/column for grid dot (will be replaced soon)
r = 4
c = 2
s = 'zooz'
# - 1 for debug
d = 0
#### running vars:
b = 0
z = 'xxxx'
q = 0
# - for printing location of dot
# - get
lr = 0
lc = 0
# - print
pr = 'xxxx'
pc = 'xxxx'
# - for bottom line
bl = 'xxxx'
#####:1
print '= A B C D E'
print '=============='
while(b < 5):
q = 0
b = b + 1
## convert s to string type here
s = str(b)
if ( d == 1 ): print b
y = 'xxxx'
z = '[' + s + ']l'
# inner loops go here
#####:2
while(q < 5):
q = q + 1
if ( d == 1 ): print q
if ( q != c ):
z = z + '_l'
if ( q == c ):
# (b in main loop)
# number will be for input2 row z is graphic
if (b == r ):
z = z + '#l'
lr = b
lc = c
if (b != r ):
z = z + '_l'
y = z
####loop to 2
####loop to 1 (after 2 broken)
print y
z = '.'
# master loop just ends because of while