Skip to content
Snippets Groups Projects
Commit ab73963c authored by esarrey's avatar esarrey
Browse files

Cleanup

parent 1bb57612
No related branches found
No related tags found
No related merge requests found
import numpy as np
A,B,C = 2.,3.,4.
print(np.tile([A,B,C], (2, 1)).T.tolist())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment