Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def sum_of_two(a,b):
|
|
20 |
|
21 |
def start_iteration(a):
|
22 |
num_set = '''
|
23 |
-
|
24 |
temp = a
|
25 |
for i in range(a,a+10):
|
26 |
if temp == a:
|
|
|
20 |
|
21 |
def start_iteration(a):
|
22 |
num_set = '''
|
23 |
+
Showning current and previous number sum in a range(10): \n'''
|
24 |
temp = a
|
25 |
for i in range(a,a+10):
|
26 |
if temp == a:
|