There was an error while loading. Please reload this page.
1 parent a88067c commit 1346ddfCopy full SHA for 1346ddf
joke.py
@@ -12,5 +12,4 @@ def get_joke():
12
with open('data.json', encoding="utf8") as data_file:
13
data = json.load(data_file)
14
joke = data[random_digits(len(data))]
15
- print(joke)
16
return joke
0 commit comments