Skip to content

Commit

Permalink
Update pynumber2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Thakur committed Oct 2, 2019
1 parent 438f086 commit f8e85dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynumber2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

start=random.randrange(100,120)

list=[]
list=[] # creating a list
for i in range(2):
last=start
temp_list=[]
Expand Down

0 comments on commit f8e85dd

Please sign in to comment.