冒泡
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import numpy as np
|
||||
|
||||
|
||||
x=np.arange(5)
|
||||
x
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,8 @@
|
||||
import numpy as np
|
||||
|
||||
|
||||
x=np.arange(5)
|
||||
x
|
||||
|
||||
|
||||
|
||||