Skip to content

Commit

Permalink
Character Map initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
anshchawla521 committed Nov 9, 2021
1 parent 0e4ca7a commit b2e0cbf
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions character_map/1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 7 rows 5 column
# ankit
Array_A = [[0, 0, 1, 0, 0],
[0, 1, 0, 1, 0]]
Array_B = []
Array_C = []
Array_1 = []
2 changes: 2 additions & 0 deletions character_map/2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#def2
#sahil
2 changes: 2 additions & 0 deletions character_map/3.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#ghi3
#mayur
2 changes: 2 additions & 0 deletions character_map/4.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# bharat
#jkl4
2 changes: 2 additions & 0 deletions character_map/5.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#mno5
#madhav
2 changes: 2 additions & 0 deletions character_map/6.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#pqr6
#lakshay
2 changes: 2 additions & 0 deletions character_map/7.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#stu7
#rohan
2 changes: 2 additions & 0 deletions character_map/8.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# vwx8
# mayank
2 changes: 2 additions & 0 deletions character_map/9.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!yz9
# siddhart

0 comments on commit b2e0cbf

Please sign in to comment.