Skip to content

Commit 1346ddf

Browse files
Update joke.py
1 parent a88067c commit 1346ddf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

joke.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ def get_joke():
1212
with open('data.json', encoding="utf8") as data_file:
1313
data = json.load(data_file)
1414
joke = data[random_digits(len(data))]
15-
print(joke)
1615
return joke

0 commit comments

Comments
 (0)