Skip to content

Commit

Permalink
Update version_update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish-Anadv-07 authored Oct 24, 2023
1 parent 709a005 commit fa93389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version_update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
s = [0, 0, 9]
s = [0, 0, 6]
v = []
for i in range(0,101):
v.append(i)
Expand All @@ -14,4 +14,4 @@
s[1]=v[s[1]+1]
else:
s[2]=v[s[2]+1]
print(s)
print(s)

0 comments on commit fa93389

Please sign in to comment.