79209802

Date: 2024-11-21 05:43:34
Score: 0.5
Natty:
Report link

It is something with my local python. I've tried to run some code to get it busy

n = 100000
r = n + (n - 1)
for i in range(n):
    s = r - (n + i)
    h = r - (s * 2)
    print(' ' * s, '#' * h)

Time shows 5.01s that is too long. On another machine, time is less and there is no image tearing with the same code. Question is closed.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: backslash001