Problem 460. Replace May with April

Created by Sunu

For instance, if the input is

 input_str = 'The flowers may bloom in April';

then the output is

 output_str = 'The flowers may bloom in May';

Tags

Problem Group

71 solvers submitted 133 solutions (1.87 solutions/solver).

Problem Comments