TORONTO KIDS COMPUTER CLUB | Thursday 18:30 Python Practice 22.06.02.
20715
post-template-default,single,single-post,postid-20715,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Thursday 18:30 Python Practice 22.06.02.

05 Jun Thursday 18:30 Python Practice 22.06.02.

Question:

Write a function to print your name in big letters, make sure you enter the name in lower case, like this:

Hint:

a = [ "###", "# #", "###", "# #", "# #"]
b = [ "###", "# #", "###", "# #", "###"]
c = [ "###", "#  ", "#  ", "#  ", "###"]
d = [ "## ", "# #", "# #", "# #", "## "]
e = [ "###", "#  ", "###", "#  ", "###"]
f = [ "###", "#  ", "###", "#  ", "#  "]
g = [ "###", "# #", "###", "  #", "###"]
h = [ "# #", "# #", "###", "# #", "# #"]
i = [ "###", " # ", " # ", " # ", "###"]
j = [ "###", " # ", " # ", " # ", "## "]
k = [ "# #", "## ", "#  ", "## ", "# #"]
l = [ "#  ", "#  ", "#  ", "#  ", "###"]
m = [ "# #", "###", "###", "# #", "# #"]
n = [ "###", "# #", "# #", "# #", "# #"]
o = [ "###", "# #", "# #", "# #", "###"]
p = [ "###", "# #", "###", "#  ", "#  "]
q = [ "###", "# #", "###", "  #", "  #"]
r = [ "###", "# #", "## ", "# #", "# #"]
s = [ "###", "#  ", "###", "  #", "###"]
t = [ "###", " # ", " # ", " # ", " # "]
u = [ "# #", "# #", "# #", "# #", "###"]
v = [ "# #", "# #", "# #", "# #", " # "]
w = [ "# #", "# #", "# #", "###", "###"]
x = [ "# #", " # ", " # ", " # ", "# #"]
y = [ "# #", "# #", "###", "  #", "###"]
z = [ "###", "  #", " # ", "#  ", "###"]
bigLetter = [a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z]
letters = "abcdefghijklmnopqrstuvwxyz"

word = input("What is your name:")
# please continue write function below
No Comments

Sorry, the comment form is closed at this time.