Skip to content

Commit 943a71e

Browse files
authored
Rename alphabet_pattern2.py to alphabet_pattern.py
1 parent 5cc2a2e commit 943a71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
for i in range (-1, 0, n):
44
for j in range (n + 1, i):
55
print (chr(j+64), end = " ")
6-
print(" ")
6+
print(" ")

0 commit comments

Comments
 (0)