We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0c0b0 commit c533b72Copy full SHA for c533b72
JARVIS/JARVIS.py
@@ -13,7 +13,7 @@
13
import subprocess # subprocess module allows you to spawn new processes
14
15
# master
16
-import pyjokes
+import pyjokes # for generating random jokes
17
import requests
18
import json
19
from PIL import Image, ImageGrab
0 commit comments