There was an error while loading. Please reload this page.
1 parent 7d50b4c commit acd18a4Copy full SHA for acd18a4
Status/Day_11.md
@@ -89,7 +89,7 @@ print(tpl1)
89
90
**Question:**
91
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". ***
+***Write a program which accepts a string as input to print "Yes" if the string is "yes" or "YES" or "Yes", otherwise print "No".***
93
94
----------------------
95
### Hints: Use if statement to judge condition.
0 commit comments