Skip to content

Instantly share code, notes, and snippets.

@luckytyphlosion
luckytyphlosion / abstract_pokemon_sim.py
Created May 22, 2019 14:58
Abstract Pokemon Simulator
import collections
import copy
import string
import random
import math
# switch by inputting in the mon to switch to
# use moves by inputting 1, 2, 3, 4 for each move respectively
"""

pre, xmp, plaintext, listing { white-space: pre; } .markdown-body pre > code { white-space: pre; } .markdown-body code { white-space: nowrap; }