Skip to content

Commit

Permalink
py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPaulb committed Feb 12, 2022
1 parent fe01c4e commit a56aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_Problem-Solving-LeetCode/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

## Number of days you want to make commits
for i in range(1,365*2 + 1):
for i in range(1,165*2 + 1):
d = str(i) + '---'
## Open a text file and modify it
with open('bot.txt', 'a') as file:
Expand Down

0 comments on commit a56aa6c

Please sign in to comment.