Python

We continue doing python in this round, but we learn new thing about python, not the old one. We learn about Python Lists and Python Dictionary. Python Lists is a collection of items that are ordered and changeable, written in square brackets: [….] and allow duplicate items. For Python Dictionary is kind of similar to Python Lists too, but it’s a collection of items that are unordered and changeable, written with curly brackets: {….} and Does not allow duplicate items.  To understand more about those two things, the teacher told us a website that we can practice about those that call trinket.io. I have one project that I work on in trinket.io that talk about Python Dictionary. And you can test it here below. 

https://trinket.io/embed/python/33e5c3b81b#.XKrq8JgzbDe

 

Leave a Reply

Your email address will not be published. Required fields are marked *