mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
@ -34,7 +34,7 @@ import numpy as np
|
|||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
from matplotlib.colors import ListedColormap
|
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
|
choice = [0] * 100 + [1] * 10
|
||||||
random.shuffle(choice)
|
random.shuffle(choice)
|
||||||
|
Reference in New Issue
Block a user