Skip to content

Commit 7e1bca1

Browse files
committed
fixed maybe
1 parent 72b258b commit 7e1bca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rock_paper_scissors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# Created By: Luke Di Bert
4-
# Date: March , 2025
4+
# Date: May 2, 2025
55

66
# adds random module
77
import random
@@ -12,6 +12,7 @@
1212
paper = [2, 1, 0]
1313
scissors = [0, 2, 1]
1414

15+
1516
def main():
1617

1718
# variables used to display the amount of wins/losses you have at the end

0 commit comments

Comments
 (0)