Skip to content

Commit

Permalink
fix : minor edit in test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 19, 2022
1 parent 1e998f1 commit ea1136f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions art/test.py
Expand Up @@ -4405,11 +4405,11 @@
>>> random.seed(3)
>>> Art = art("random")
>>> random.seed(40)
>>> Text = text2art("test","random")
>>> Text = text2art("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[\]^_`{|}~0123456789","random")
>>> random.seed(55)
>>> Art3 = randart()
>>> random.seed(19)
>>> Text2 = text2art("test","random")
>>> Text2 = text2art("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[\]^_`{|}~0123456789","random")
>>> random.seed(39)
>>> Art2 = art("random")
>>> random.seed(119)
Expand Down

0 comments on commit ea1136f

Please sign in to comment.