diff --git a/Basics/Hindi/6_if/Exercise/6_exercise1_2.py b/Basics/Hindi/6_if/Exercise/6_exercise1_2.py index 85d95f7a..978b1b5c 100644 --- a/Basics/Hindi/6_if/Exercise/6_exercise1_2.py +++ b/Basics/Hindi/6_if/Exercise/6_exercise1_2.py @@ -18,7 +18,7 @@ print("Both cities are in india") elif city1 in pakistan and city2 in pakistan: print("Both cities are in pakistan") -elif city1 in bangladesh and bangladesh in india: +elif city1 in bangladesh and city2 in bangladesh: print("Both cities are in bangladesh") else: - print("They don't belong to same country") \ No newline at end of file + print("They don't belong to same country") diff --git a/Basics/area.py b/Basics/area.py index 5adc2f64..9303b452 100644 --- a/Basics/area.py +++ b/Basics/area.py @@ -1,3 +1,5 @@ +# IT will calculate the area of a triangle +# Area of Traingle is=1/2*Base*Height def calculate_area(base, height): print("__name__: ",__name__) return 1/2*(base*height) diff --git a/DataScience/BangloreHomePrices/client/app.html b/DataScience/BangloreHomePrices/client/app.html index 12dc302e..a923f7ef 100644 --- a/DataScience/BangloreHomePrices/client/app.html +++ b/DataScience/BangloreHomePrices/client/app.html @@ -10,7 +10,7 @@