You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (i+j==half or j-i==half or i==half) or (i>=half and (i+j==half+quad or j-i==half-quad or i==half+quad)) or (i>=half+quad and (i+j==2*half or j-i==0 or i==size-1)):
symbol = '*'
#Trunk = 1 vertical rectangle
if (i>=size and j in [quad, quad+half]) or (quad<=j<=quad+half and i==size+quad-1):