Skip to content

Commit

Permalink
Merge pull request #10 from Kanishksingla11/master
Browse files Browse the repository at this point in the history
Added character map for M,N,O,5
  • Loading branch information
anshchawla521 authored Jan 29, 2022
2 parents 7fb39a0 + c13c36b commit 947f769
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion character_map/map_5.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
#mno5
#Kanishk
print("imported 5 package")
print("imported 5 package")
array_m =[[1,0,0,0,1],
[1,1,0,1,1],
[1,0,1,0,1],
[1,0,1,0,1],
[1,0,1,0,1],
[1,0,0,0,1],
[1,0,0,0,1]]

array_n =[[1,0,0,0,1],
[1,0,0,0,1],
[1,1,0,0,1],
[1,0,1,0,1],
[1,0,0,1,1],
[1,0,0,0,1],
[1,0,0,0,1]]

array_o =[[0,1,1,1,0],
[1,0,0,0,1],
[1,0,0,0,1],
[1,0,0,0,1],
[1,0,0,0,1],
[1,0,0,0,1],
[0,1,1,1,0]]

array_5 =[[1,1,1,1,1],
[1,0,0,0,0],
[1,0,0,0,0],
[1,1,1,1,0],
[0,0,0,0,1],
[0,0,0,0,1],
[1,1,1,1,0]]

0 comments on commit 947f769

Please sign in to comment.