Skip to content

Commit 2cf8c47

Browse files
author
majid shahbaz
committed
Added Dictionary practice tutorial
1 parent 466320c commit 2cf8c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datastructures/dict/dict_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def tuple_break(student_tuple):
110110
#Using comprehension
111111
rev = {v:k for k,v in original.items()}
112112
print(f"Reverted dict => {rev}")
113-
#Reverted dict => {1: 'a', 2: 'b', 3: 'c'}
113+
#Reverted dict => {1: 'a', 2: 'b', 3: 'c'}

0 commit comments

Comments
 (0)