Skip to content

Commit

Permalink
Add a demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael1015198808 committed Apr 20, 2019
1 parent 6218ac6 commit 6e5345e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def show():

def get_word():
words=read()
i=randint(0,len(words))
i=randint(0,len(words)-1)
word=words[i]
print(word[0]+"\t"+word[1]+"\t")

Expand Down
Binary file added demo.mp4
Binary file not shown.
1 change: 1 addition & 0 deletions word.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from include import *

0 comments on commit 6e5345e

Please sign in to comment.