From 288a9fe3148ddef85c755ff3845decabdd251872 Mon Sep 17 00:00:00 2001 From: zaiddx <72139621+zaiddx@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:47:59 +0530 Subject: [PATCH] Update ifelse use "But" in capital letter cause in english first letter is capital --- ifelse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ifelse b/ifelse index 4f0e738..0415922 100644 --- a/ifelse +++ b/ifelse @@ -3,6 +3,6 @@ x = 41 if x > 10: print("Above ten,") if x > 20: - print("and also above 20!") + print("And also above 20!") else: - print("but not above 20.") + print("But not above 20.")