-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitials.py
More file actions
34 lines (32 loc) · 849 Bytes
/
initials.py
File metadata and controls
34 lines (32 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Name: Lucas Hart
# Fun Fact: I'm 16 years old
initials = '''
L H H
L H H
L H H
L H H H H H
L H H
L H H
L L L L L H H
'''
print(initials)
snowman = '''
* *
*
* * *
* * *
HHHHHHH *
* HHHHHHH
* HHHHHHHHHHH * *
* @ @ *
* ^ *
* * * *
SSS * * S
* SSSSSSSS *
* O SS *
* O S *
* O *
* *
* * *
'''
print(snowman)