String number is 3
This commit is contained in:
parent
dc303616a5
commit
3f96b32984
1 changed files with 1 additions and 0 deletions
|
@ -10,4 +10,5 @@ func Demo1() {
|
|||
my_dictionary["pencil"]="Kalem"
|
||||
|
||||
fmt.Println(my_dictionary["book"])
|
||||
fmt.Println("String number : ", len(my_dictionary))
|
||||
}
|
Loading…
Add table
Reference in a new issue