Skip to content

Commit acd18a4

Browse files
authored
Update Day_11.md
1 parent 7d50b4c commit acd18a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Status/Day_11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ print(tpl1)
8989

9090
**Question:**
9191

92-
***Write a program which accepts a string as input to print "Yes" if the string is "yes" or "YES" or "Yes", otherwise print "No". ***
92+
***Write a program which accepts a string as input to print "Yes" if the string is "yes" or "YES" or "Yes", otherwise print "No".***
9393

9494
----------------------
9595
### Hints: Use if statement to judge condition.

0 commit comments

Comments
 (0)