Computer Science, asked by pankajkumar7812, 11 months ago

Write a simple python function to generate a series of floating-point numbers by declaring and updating the global values of the variable and use it to produce the desired range of floating-point numbers by taking input from the user.<br /><br /># The required output is as:<br />Please input the starting for your series<br />Please input the d for your series<br />The series produced by this method is<br />0.25, 1.0, 1.75, 2.5, 3.25, 4.0, 4.75, 5.5, 6.25, 7.0,.​

Answers

Answered by lakhanlalgtm6
0

Answer:

simple python function to generate a series of floating-point numbers by declaring and updating the global values of the variable and use it to produce the desired range of floating-point numbers by taking input from the user.<br /><br /># The required output is as:<br />Please input the starting for your series<br />Please input the d for your series<br />The series produced by this method is<br />0.25, 1.0, 1.75, 2.5, 3.25, 4.0, 4.75, 5.5, 6.25, 7.0,.

now we convert it and

Similar questions