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 511119f commit 5a60e5dCopy full SHA for 5a60e5d
README.md
@@ -22,7 +22,7 @@ __Note:__ *If you are using Coding Bat's online interface, please follow the ins
22
23
Suppose, the following is shown below, only take the function, so everything from line 1-5 should be put in the online interface.
24
25
-```
+```python
26
def monkey_trouble(a_smile, b_smile):
27
if(a_smile == "yes" and b_smile == "yes" or a_smile == "no" and b_smile == "no"):
28
return True
0 commit comments