+ 1
Need some help with these loop
When I input for example '50', it is supposed to toss 50 coins but when I get the results I mayor get 22 heads and 22 tails. This happens with most values. Any idea? https://code.sololearn.com/c9Ylk4z81s3c/?ref=app
4 Answers
+ 8
Change line 11 to:
print(str(T) + " Tails")
+ 3
đž, welcome to the blindness club
+ 2
line 11, T instead of H đ
+ 2
@Morpheus My god I'm so blind! Thanks!đ