Answer:
Share your screen and edits the parts you want. What meet are you using, zoom or something else?
A.19.67 is a floating point number
import random
heads = 0
tails = 0
i = 0
while i < 1000:
rnd_value = random.randint(1, 2)
if rnd_value == 1:
heads += 1
print("heads")
else:
tails += 1
print("tails")
i += 1
print("Heads appeared {} times and tails appeared {} times".format(heads, tails))
I hope this helps!
The answer is secure site, I hope it helps.