def durations(draw): num = draw(st.integers(1, 100)) suffix = draw(st.sampled_from('ymd')) return f'{num}{suffix}'