JelleKoolstra commited on
Commit
50c98da
·
verified ·
1 Parent(s): e7168a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def magic_8_ball(question:str, mood:int)-> str: #it's import to specify the retu
13
  """
14
  Simulates a Magic 8 Ball based on mood.
15
 
16
- Parameters:
17
- question: The user's question.
18
  mood: The current mood (1=positive, 2=neutral, 3=negative).
19
 
20
  Returns:
 
13
  """
14
  Simulates a Magic 8 Ball based on mood.
15
 
16
+ Args:
17
+ question: The user's question, must end with a '?'.
18
  mood: The current mood (1=positive, 2=neutral, 3=negative).
19
 
20
  Returns: