Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 259 Bytes

Coin-Toss

A basic Coin Toss GUI using Python

This program uses the tkinter package of Python to Simulate a coin toss.

The outcomes of coin being tossed is randomized.

Press the "Toss" button to flip the coin and get an Outcome as either "Head" or "Tail"