
This is all that I've gotten so far..
for i in range (1, 10, 1):
print('#' * i)
for i in range (10, 0, -1):
print('#' * i)
I can't seeem to get the other side.




Posted 12 June 2012 - 07:23 AM

Posted 12 June 2012 - 07:39 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
