Skip to content

Commit 4e3021d

Browse files
committed
Day 10
1 parent eaf036d commit 4e3021d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Day_10/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("hellow world")

Day_4/rand_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# option 2
99

1010
random_index = random.randint(0, 6)
11-
print(america_st[random_index])
11+
print(america_st[random_index])

0 commit comments

Comments
 (0)