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 9168aaa commit 40e74e7Copy full SHA for 40e74e7
Basics/Hindi/6_if/Exercise/6_exercise1_2.py
@@ -18,7 +18,7 @@
18
print("Both cities are in india")
19
elif city1 in pakistan and city2 in pakistan:
20
print("Both cities are in pakistan")
21
-elif city1 in bangladesh and bangladesh in india:
+elif city1 in bangladesh and city2 in bangladesh:
22
print("Both cities are in bangladesh")
23
else:
24
- print("They don't belong to same country")
+ print("They don't belong to same country")
0 commit comments