Skip to content

Instantly share code, notes, and snippets.

View vaetas's full-sized avatar
🇺🇦

Vojtech Pavlovsky vaetas

🇺🇦
View GitHub Profile
@vaetas
vaetas / keybase.md
Created March 17, 2018 15:05
Keybase Proof

Keybase proof

I hereby claim:

  • I am vaetas on github.
  • I am vaetas (https://keybase.io/vaetas) on keybase.
  • I have a public key whose fingerprint is 4C89 CBA1 C0DA CFB8 0C04 28BF 4133 51B3 FB8E ECCC

To claim this, I am signing this object:

@vaetas
vaetas / monty_hall.py
Last active November 14, 2019 22:28
Monty Hall Problem Simulation in Python
#!/usr/bin/env python
# coding: utf-8
# Monty Hall Paradox Simulation in Python
from random import randint
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker