Skip to content

Commit c56132a

Browse files
author
Riya H
authored
Update update() - Add:Append Values to Dictionary.py
1 parent 7b4ae2c commit c56132a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dictionaries/update() - Add:Append Values to Dictionary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Append Values to dictionary ###
1+
### update() - Append Values to dictionary ###
22

33
dict1 = {1: 'Python', 2: 'Java', 3: 'C++'}
44

0 commit comments

Comments
 (0)