Dec-16-2020, 09:44 AM
Simply move turtle to write text in different place
t.penup()
if height < 0:
t.fd(-15)
t.write(" " + str(height))
if height < 0:
t.fd(15)
t.pendown()
t.penup()
if height < 0:
t.fd(-15)
t.write(" " + str(height))
if height < 0:
t.fd(15)
t.pendown()