Skip to content

Commit 4769cbb

Browse files
Update Advanced List and Dictionary examples.py
1 parent 7184147 commit 4769cbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Advanced List and Dictionary examples.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -690,11 +690,11 @@
690690

691691
{0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9},
692692

693-
{'a':'a','b':'b','c':'c','d':'d','e':'e',
694-
'f':'f','g':'g','h':'h','i':'i','j':'j','k':'k',
695-
'l':'l','m':'m','n':'n','o':'o','p':'p',
696-
'q':'q','r':'r','s':'s','t':'t','u':'u',
697-
'v':'v','w':'w','x':'x','y':'y','z':'z'},
693+
{'a':'a','b':'b','c':'c','d':'d','e':'e','f':'f',
694+
'g':'g','h':'h','i':'i','j':'j','k':'k', 'l':'l',
695+
'm':'m','n':'n','o':'o','p':'p', 'q':'q','r':'r',
696+
's':'s','t':'t','u':'u','v':'v','w':'w','x':'x',
697+
'y':'y','z':'z'},
698698

699699
{'P1':'"Python','P2':"Programmer's",
700700
'G':'Glossary','B':'Bible"'}

0 commit comments

Comments
 (0)