pre, xmp, plaintext, listing { white-space: pre; } .markdown-body pre > code { white-space: pre; } .markdown-body code { white-space: nowrap; }
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
""" |
NewerOlder