This time is not my assignment, I promise. <br><br>In python, when we want to list numbers, we use the command &quot;range&quot;, like, if we want to list integer from 0 to 9, we can write: range(10); if we want to list integer from 10 to 29, we can write: range(10,30). I was going to show a list of number from 1.0 to 1.9, and I did this in the same way as integer: range(1.0,2.0,0.1), but it doesn&#39;t work. Can you help me? Thank you! <br clear="all">
<br>-- <br>Shurui Liu (Aaron Liu)<br>Computer Science &amp; Engineering Technology<br>University of Toledo<br>