Skip to content

Commit 35d83d5

Browse files
author
ephrimlawrence
committed
Random Sentence Generator and Note Writer!!
1 parent 94daaf2 commit 35d83d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

random-sentences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def random_sentence():
3838
print()
3939
print()
4040

41-
# short story part
41+
# creates short story
4242
story = ""
4343
for x in range(20):
4444
story += random_sentence()

0 commit comments

Comments
 (0)