Skip to content

Commit 800e8e2

Browse files
authored
Update Binomial_Distribution_Simulator.py
1 parent 09e50b4 commit 800e8e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

script/Binomial_Distribution_Simulator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
from math import floor
1111
import os
1212

13-
# plt.show()
14-
1513
def value_around(value=1, min_value=0, max_value=1):
1614
value = min(max_value, value)
1715
value = max(min_value, value)
@@ -137,4 +135,4 @@ def show_table(self):
137135

138136
if __name__ == '__main__':
139137
main = Gui_helper_main()
140-
main.run()
138+
main.run()

0 commit comments

Comments
 (0)