<span>​According to your text, digital natives tend to prefer different digital communication channels more than do digital immigrants. The given statement is True. If a person is a digital native, then he is using the digital communication for a longer time and hence he will use more of it in his communication while a immigrant may not be acquainted with digital communication so much and hence he will be using it less as compared to the digital natives.</span>
<span>Units ..................................................</span>
B.tablet because it is technically not a computer in traditional sence but a hand held device.
<span />
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.