This is the two variable version of Repeat string n times.

  • you will have a string (s = 'str_')
  • a starting point (num1 = 4)
  • another starting point (num2 = 10)
  • a n (n = 4)
 output=
  {'str_4_10'
   'str_5_11'
   'str_6_12'
   'str_7_13'}

Solution Stats

106 Solutions

33 Solvers

Last Solution submitted on Apr 08, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...