sustrik/ribosome

Trimming problem with ribosome.py

sustrik opened this issue · 1 comments

This code:

s = " 2 "
.1@{s}3
.1&{s}3

results in the following output:

12  3
1 2 3

Fixed.