<span>Which kind of device does a computer need in order to provide information to a person or something else?
The answer is
B. output device
</span>
Answer:
from random import randint
num = randint(1,10)
count =0
while count<3:
userNum = int(input("Guess a Number "))
if num ==userNum:
print("You won")
break
else:
print("Wrong try again")
count = count+1
Explanation:
Import randint from random
generate a random number between (1,10) and assign to num
create a loop control variable count set to 0
In a While statement with the condition count<3 prompt user to make a guess
if guess is correct print you won and break
else print wrong try again and increase count by 1
It was caused by air pollution and the extreme heat built up underneath it. <span />
1.Mouse input
2.keyboard input
3.monitor output
4.speakers output
5.printer output, and input if it has a scanner
6.microphone input
Answer:
Down below
Explanation:
The Internet age began in the 1960s, when computer specialists in Europe began to exchange information from a main computer to a remote terminal by breaking down data into small packets of information that could be reassembled at the receiving end. ... The system was called packet-switching