10000 ok · machphy/python_programming_@c7e15e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7e15e7

Browse files
committed
ok
1 parent 517d9ea commit c7e15e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dictonary/dict.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
person={
2+
"name":"kuchbhi",
3+
"age":30,
4+
"city":"new yerk"
5+
}
6+
print(person["name"])

0 commit comments

Comments
 (0)
0