fork download
  1. d = [num / 10 for num in range(-251, 242, 24)]
  2. print(d)
Success #stdin #stdout 0.01s 9992KB
stdin
Standard input is empty
stdout
[-25.1, -22.7, -20.3, -17.9, -15.5, -13.1, -10.7, -8.3, -5.9, -3.5, -1.1, 1.3, 3.7, 6.1, 8.5, 10.9, 13.3, 15.7, 18.1, 20.5, 22.9]