Skip to content

Commit

Permalink
some_function_3
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-r committed Dec 19, 2024
1 parent d938031 commit 49d4d12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bubble_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ def some_function_1():

def some_function_2():
x = 2
for i in range(100):
print(i)
for i in range(200):
x += i
return x

def some_function_3():
x = 3
for i in range(100):
print(i)
for i in range(200):
Expand Down

0 comments on commit 49d4d12

Please sign in to comment.