mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
parent
7310514509
commit
91cc3a240f
|
@ -34,7 +34,7 @@ import numpy as np
|
|||
from matplotlib import pyplot as plt
|
||||
from matplotlib.colors import ListedColormap
|
||||
|
||||
usage_doc = "Usage of script: script_nama <size_of_canvas:int>"
|
||||
usage_doc = "Usage of script: script_name <size_of_canvas:int>"
|
||||
|
||||
choice = [0] * 100 + [1] * 10
|
||||
random.shuffle(choice)
|
||||
|
|
Loading…
Reference in New Issue
Block a user