The answer to that is a Pixel
        
             
        
        
        
Answer:
The answer is "Option c"
Explanation:
The W3C is the framework for the creation of software and the online standards through which sites and webpages work, and to turn into an authoritative source of information, she will work towards getting a reliable and credible source of knowledge from the "World Wide Web Consortium", and the wrong option can be described as follows:
- In option a, It is wrong because this organization prepares and publishes all the electronic technologies.
- In option b, It is wrong because it is the laboratory of physics, which is not useful in web development.
- In option d, This technology is used in TCP/IP protocol, that's why it is incorrect.
 
        
             
        
        
        
Answer:
false
Explanation:
Select the comment icon. on the slide. The Comments pane will open and you can see comments for that slide.
Select Reply to respond to a comment.
Select the Next or Back buttons to go between comments and slides.
 
        
                    
             
        
        
        
sales = float(input("Enter monthly sales amount: $"))
commission = 0.05
if sales> 500000:
    commission = 0.1
print("You earned: $"+str(sales*commission))
I wrote my code in python 3.8. I hope this helps.