Skip to content

Commit

Permalink
Merge pull request #2 from amit19KUMAR/patch-1
Browse files Browse the repository at this point in the history
Fixed Arithmetic Operation Funtion
  • Loading branch information
ultimatepritam authored Dec 23, 2016
2 parents dadb7a7 + ef619a2 commit ac7d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jarvis_final.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def speak(text):
speak(rand)
subprocess.call(["C:\Program Files (x86)\Dragonball Xenoverse\DBXV.exe"])


# @AMIT KUMAR | EMAIL: kumaramit.rude@gmail.com
elif message !=("daddy's home") and ('add') in message :
input = message
(a,b,c,d) =[t(s) for t,s in zip((str,int,str,int),re.search('^(\w+) (\d+) (\w+) (\d+)$',input).groups())]
Expand Down

0 comments on commit ac7d96b

Please sign in to comment.