Vihang28 commited on
Commit
d23feda
·
1 Parent(s): 32ff372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def sum_of_two(a,b):
20
 
21
  def start_iteration(a):
22
  num_set = '''
23
- Printing 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:
 
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: