Skip to content

Commit 5a60e5d

Browse files
Adds python snippet for code
1 parent 511119f commit 5a60e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ __Note:__ *If you are using Coding Bat's online interface, please follow the ins
2222

2323
Suppose, the following is shown below, only take the function, so everything from line 1-5 should be put in the online interface.
2424

25-
```
25+
```python
2626
def monkey_trouble(a_smile, b_smile):
2727
if(a_smile == "yes" and b_smile == "yes" or a_smile == "no" and b_smile == "no"):
2828
return True

0 commit comments

Comments
 (0)