
# powersTest.py
# Andrew Davison, June 2025, ad@coe.psu.ac.th

# inputs: maze  OzWeather urns5  drunk6

from MarkovLib import *

fnm = input("fnm: ")
labels, P = readMarkov(fnm)
n = int(input("n: "))
powers(labels, P, n)