8000 assignment · machphy/python_programming_@bf00b5b · GitHub
[go: up one dir, main page]

Skip to content

Commit bf00b5b

Browse files
committed
assignment
1 parent 559ee1b commit bf00b5b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

SIC_assignment/Dictionary_Creation.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Dictionary mapping countries to capitals
2-
country_capitals = {
1+
Bhai = {
32
"India": "New Delhi",
43
"USA": "Washington D.C.",
54
"France": "Paris",
65
"Germany": "Berlin",
76
"Australia": "Canberra"
87
}
9-
10-
11-
print("Capital of France:", country_capitals["France"])
8+
print("Capital of France:", Bhai["France"])

0 commit comments

Comments
 (0)
0