Skip to content

Commit c50f81c

Browse files
Added hello.py
1 parent 10cbdc5 commit c50f81c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

data_structures/arrays/hello.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import numpy as np
2+
m1=np.array([[1,2,3],[4,5,6]])
3+
print(m1)

sql/queries.sql

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
create table activity(
2+
3+
)

0 commit comments

Comments
 (0)