Garbage Collection in Python
Garbage collection but before that let's do a quick dictionary work:
schedule = {
"morning":"apple",
"arvo":"orange",
"evening":"apple"
}
The above dictionary shows the dietary schedule. It's interesti...
shrawanbaral.com.np4 min read