Skip to content

Commit cce1ad0

Browse files
authored
second commit
1 parent e40a689 commit cce1ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

War and Peace Random Numbers

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Pseudorandom_Number_Generator:
99
"""Generates pseudorandom numbers based on character pairs read from the War and Peace text file.
1010
"""
1111

12-
def __init__(self, seed=0, step=100, file_path="C:\\Users\\LG\\Desktop\\DEPAUL UNIV\\2023 Fall\\Python Programming\\DSC 430 - Week 7\\WarAndPeace.txt"):
12+
def __init__(self, seed=0, step=100, file_path = "C:\\Users\\LG\\Desktop\\DEPAUL UNIV\\2023 Fall\\Python Programming\\DSC 430 - Week 7\\WarAndPeace.txt"):
1313

1414
"""Initializes the Pseudorandom_Number_Generator with the given seed, step size, and file path.
1515
"""

0 commit comments

Comments
 (0)