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 f53eda0 commit 8be4603Copy full SHA for 8be4603
Casper.py
@@ -132,7 +132,7 @@ def set_timer(countdown):
132
##################################################################################################
133
134
def knowledge_engine(question):
135
- api_key = "Q3RGAU-UWQT2U8W2J"
+ api_key = "your API key"
136
client = wolframalpha.Client(api_key)
137
result = client.query(question)
138
wolfram_answer = str(next(result.results).text)
0 commit comments