wendiewang / markov_exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Introduction

In this exercise, you'll be writing a program that performs Markov analysis on text files and produces text that mimics the style of the original author.

Start this exercise by running:

    ./stage1

About


Languages

Language:Python 99.2%Language:Shell 0.8%