Answer:
import random
numbers = []
even = 0
odd = 0
for i in range(100):
numbers.append(random.randint(1, 200))
for i in range(100):
if numbers[i] % 2 == 0:
even += 1
else:
odd += 1
print("Even:", even)
print("Odd:", odd)
Explanation:
Gg ez.
Answer:
temperatures = []
i = 0
while i < 5:
try:
t = int(input('Enter a temperature: '))
temperatures.append(t)
i += 1
except ValueError:
print('Enter a number')
print(temperatures)
Explanation:
Hope this helps!
This video was completeley unedited was a banger, and so was the vid where they made robot amy. that was hilarious.
But since it is now Post Mortem all say here is...
Unas Annus. Memento Mori.
It sure was fun.
450Mbps on the 2.4GHz band and 1300Mbps on the 5GHz band