mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 08:50:41 +08:00
@ -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)
|
||||
|
Reference in New Issue
Block a user