Skip to content

Commit 5422880

Browse files
committed
Refactor configuration formatting in config.py for improved readability
1 parent d694a81 commit 5422880

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
import random
77

8-
CONFIG = {
9-
# Settings for the simulation
8+
CONFIG = { # Settings for the simulation
109
"num_prisoners": 100,
1110
"total_box_checks": 50,
1211
"num_simulations": 10000

0 commit comments

Comments
 (0)