Answer:
Its false ita not "output" its "input"
Your answer is A.
<em>Let me know if you have any other questions! ♥</em>
Answer:
Written in Python
import random
#randnum = str(random.randint(999, 9999))
tryagain = "Yes"
while tryagain == "Yes":
randnum = "1234"
trys = 1
guess = input("Guess: ")
count = 0
while not count == 4:
for i in range(0,4):
if randnum[i] == guess[i]:
count = count + 1
if not count == 4:
print("You match "+str(count))
guess = input("Guess: ")
trys = trys + 1
else:
print("Congratulations, you match at "+str(trys))
trys = 1
tryagain = input("Start? (Yes/No): ")
Explanation:
I've added the full source code as an attachment where I used comments as explanation
Answer:
its better
Explanation:
it just reccomends you instal an update to your windows to make it faster
I would say B and C.
Not A becuz it sounds like a paper, not a presentation.
Not D because the powerpoint is the presenation form of a word doc.
A. .ods is a spreadsheet file format used by OpenOffice/StarOffice, for sharing.
B. .ppt is a powerpoint.
C. .odp is a file extension for a presentation file format.
D. .doc is a word document.
I hope that helps!!! =)