diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index 6827c42..a39dfe9 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,23 @@ + Webkul Technical Round Question - + +

Webkul Pattern Problem

@@ -238,9 +240,10 @@

for input of 5


-

Solution

-
+    

Solution

+
        
+ 
 for i in range(1,n+3):
   for j in range(n//2+2):
     if i <= n//2+2 and j < i:
@@ -259,10 +262,12 @@ 

Solution

print("@",end="" print() print() +
See Code Repository
- + + \ No newline at end of file