Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The code is correct it produces the output that the assignment needs but the spacing is off. 56: Python Programming: Level 1 home > 4.11:

image text in transcribed

The code is correct it produces the output that the assignment needs but the spacing is off.

image text in transcribed

56: Python Programming: Level 1 home > 4.11: LAB: Remove gray from RGB Only show failing tests 1: Compare output Output is nearly correct; but whitespace differs. See highlights below. 130 Input 50 130 Your output 80 0 80 Expected output 80 0 804 2. Compare output A Output is nearly correct; but whitespace differs. See highlights below. 255 Input 255 255 Your output 0 0 0 Expected output 0 000 2. Compare outout o DLL AB. Remove g te: This page converts rgb values into colors. 542.1841450.0x3zay AB CTIVITY 4.11.1: LAB: Remove gray from RGB n = 1 l = [] 2 3 #loop 3 times 4 for i in range(3): 5 6 #get input as n 7 int(input()) 8 9 #add n to the list 10 1.append(n) 11 12 #find minimum of the list 13 m = min(1) 14 15 #subtract minimum from each element 16 for i in range (3): 17 18 1[i] 1[i]-m 19 20 #print the result 21 for i in 1: 22 print(i, end=" ") 23 Develop mode Submit mode When done developing yo submit your program for a O D

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 3 Lnai 9286

Authors: Albert Bifet ,Michael May ,Bianca Zadrozny ,Ricard Gavalda ,Dino Pedreschi ,Francesco Bonchi ,Jaime Cardoso ,Myra Spiliopoulou

1st Edition

3319234609, 978-3319234601

More Books

Students also viewed these Databases questions