[racket-users] Strange gray lines in DrRacket editor

2017-09-09 Thread jaroslaw . modry
of DrRacket. Best regards, Jaroslaw Modry -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, v

[racket-users] Long division algorithm in HtDP way

2017-09-07 Thread jaroslaw . modry
- len(r)) * " " + r + ("" if i >= len(x) else x[i]) + "\n" workings += (len(x) - len(r) + 1) * " " + len(r) * "=" + "\n" print(" " + x + " : " + str(y) + " = " + str(int(q)) + "\n"