Question: 1 # bug 6 # Create a list of values - 1 0 , - 9 . 8 , - 9 . 6 , dots,

1 # bug 6
# Create a list of values -10,-9.8,-9.6,dots,-0.2,0,0.2,dots,10.
h=0.2
for i in range(100)]
# quick way to plot the numbers rounded to 3 decimals
# (the bug is NOT in the line below)
print(",".join(["{:.2f}".format(x) for x in x)
10
When done developing your program, press the Submit for grading button below. This will
submit your program for auto-grading.
Coding trail of your work What is this?
22F0,0-0,0,0,0,0,0,0min:13 What is wrong with this?
 1 # bug 6 # Create a list of values -10,-9.8,-9.6,dots,-0.2,0,0.2,dots,10.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!