mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Upgrade to Python 3.13 (#11588)
This commit is contained in:
@ -17,7 +17,7 @@ Y = clf.predict(test)
|
||||
|
||||
def wrapper(y):
|
||||
"""
|
||||
>>> wrapper(Y)
|
||||
>>> [int(x) for x in wrapper(Y)]
|
||||
[0, 0, 1]
|
||||
"""
|
||||
return list(y)
|
||||
|
Reference in New Issue
Block a user