<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>11AB1_Nhóm gì vậy by 28. Trần Quang Trung</title>
      <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay</link>
      <description>Minh Anh, Bảo Hân, Quốc Khánh, Quang Trung</description>
      <language>en-us</language>
      <pubDate>2023-03-20 04:01:23 UTC</pubDate>
      <lastBuildDate>2023-03-23 16:10:47 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2522907593</link>
         <description><![CDATA[<div><br></div><ul><li>Sử dụng Set khi muốn dữ liệu là duy nhất và dễ dàng thực hiện các phép toán tập hợp như phép giao, hợp, trừ.</li><li>Sử dụng Tuple khi dữ liệu không thay đổi và cần tốc độ xử lý.</li><li>Sử dụng Dictionary khi dữ liệu thay đổi liên tục, có sự liên kết logic giữa khóa và giá trị và một điểm nhấn quan trọng là muốn truy xuất dữ liệu nhanh thông qua khóa.</li></ul><div><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1328049168/2e3a6d3fac38a0ac43dc35610a0573ab/IMG_5866.jpg" />
         <pubDate>2023-03-20 04:28:21 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2522907593</guid>
      </item>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523321819</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1328049168/29dc74e4dffa787693965bb2afbe3c31/IMG_5870.jpg" />
         <pubDate>2023-03-20 10:37:46 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523321819</guid>
      </item>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523323101</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1328049168/fd2bc1408435c3e44d8332b8e6aaaf0a/IMG_5871.jpg" />
         <pubDate>2023-03-20 10:38:33 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523323101</guid>
      </item>
      <item>
         <title>Khai báo Dictionary</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523481909</link>
         <description><![CDATA[<div>Dictionary trong Python được khai báo với cặp dấu ngoặc nhọn {} bao ngoài giống như với Set. Bên trong các phần tử theo cặp (khóa và giá trị) được phân tách bởi dấu phẩy, phân tách giữa khóa và giá trị của từng phần tử bởi dấu hai chấm. Cú pháp chung như sau:</div><div><br></div><pre>dictionary_name = {key_1: value_1, key_2: value_2, ..., key_n: value_n}</pre>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-20 12:41:40 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523481909</guid>
      </item>
      <item>
         <title>Khai báo Tuple</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523510061</link>
         <description><![CDATA[<div>Tuple thường được sử dụng cho các dữ liệu không cho phép sửa đổi. Chúng được tạo ra bằng cách đặt tất cả các items/elements bên trong dấu ngoặc đơn () và được phân tách bằng dấu phẩy ","<br><br></div><pre>Tuple name = (value_1, key_2: value_2, ..., value_n)</pre><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-20 12:59:39 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523510061</guid>
      </item>
      <item>
         <title>Khai báo Set</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523513041</link>
         <description><![CDATA[<ul><li>Các phần tử trong tập hợp không có thứ tự.</li><li>Các phần tử này là duy nhất, không cho phép lặp lại.</li><li>Set có thể thay đổi (thêm bớt phần tử) nhưng các phần tử của tập hợp phải ở dạng không thể thay đổi (tức là xác định được dung lượng bộ nhớ ngay khi khai báo).</li></ul><div>Chúng ta sử dụng các dấu ngoặc nhọn trong khai báo Set<br><br></div><pre>Set name = {value_1, key_2: value_2, ..., value_n}</pre><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-20 13:01:31 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523513041</guid>
      </item>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523673398</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1328049168/4add2d4305037cb26ab0442398ddc7bb/IMG_5865.jpg" />
         <pubDate>2023-03-20 14:27:30 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2523673398</guid>
      </item>
      <item>
         <title>Dictionary</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527048942</link>
         <description><![CDATA[<ul><li>Các giá trị (value) trong cặp key:value có thể nhận bất cứ kiểu dữ liệu nào, cũng có thể trùng nhau, nhưng</li><li>Khóa trong từ điển phải là duy nhất và phải thuộc kiểu dữ liệu bất biến như chuỗi ký tự, số, hay tuples.<strong>&nbsp;</strong></li><li><br></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 12:13:24 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527048942</guid>
      </item>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527049126</link>
         <description><![CDATA[<ul><li>Sự khác biệt giữa phương thức get() và cách truy cập vào phần tử bằng cách sử dụng khóa dict[key] đó là phương thức get() sẽ trả về giá trị mặc định nếu khóa không tồn tại trong đối tượng kiểu từ điển. Tuy nhiên, nếu khóa không được tìm thấy, việc sử dụng cú pháp dict[key] sẽ đưa ra một ngoại lệ KeyError.</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 12:13:33 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527049126</guid>
      </item>
      <item>
         <title>Tuple</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527053618</link>
         <description><![CDATA[<div>Trường hợp chưa muốn định nghĩa giá trị, có thể định nghĩa một Tuple empty như sau:</div><pre>tuple_empty = ()</pre><div>Có điều empty thì dễ, nhưng có 1 thì nhớ thêm dấu phẩy (comma) vào. Mỗi dấu phẩy thôi nhưng mà quan trọng nha. Không add thì python không hiểu là Tuple đâu á.<br><br></div><pre># Nếu chưa có sẵn các giá trị nhưng vẫn muốn sử dụng tuple, ta có thể thoải mái định nghĩa tuple empty
tuple_empty = ("abc",)</pre><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 12:16:55 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527053618</guid>
      </item>
      <item>
         <title>Tuple</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527072455</link>
         <description><![CDATA[<div><strong>&nbsp; &nbsp;</strong>Để truy cập đến các phần tử trong Tuple thì các bạn thực hiện tương tự như đối với chuỗi và list.</div><div>Các phần tử trong Tuple được đánh dấu từ 0 theo chiều từ trái qua phải.</div><div>&nbsp; &nbsp;Và ngược lại từ -1 theo chiều từ phải qua trái.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 12:30:34 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527072455</guid>
      </item>
      <item>
         <title>Dictionary </title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527072954</link>
         <description><![CDATA[<div>&nbsp; &nbsp;Chúng ta có thể truy cập các phần tử trong Dictionary bằng cách sử dụng key trong dấu ngoặc vuông [ ]. Ngoài ra, chúng ta cũng có thể sử dụng phương thức get( ).</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 12:30:56 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527072954</guid>
      </item>
      <item>
         <title>Set</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527073557</link>
         <description><![CDATA[<div>Bạn có thể sử dụng vòng lặp for để truy cập các phần tử của một Set.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 12:31:23 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527073557</guid>
      </item>
      <item>
         <title>Dictionary</title>
         <author>quockhanh2006hkn</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527336979</link>
         <description><![CDATA[<div>Hàm:<br>1 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-len-trong-python">Hàm len(dict)</a><br>Độ dài của dict. Nó sẽ là số item trong Dictionary này<br>2 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-str-trong-python">Hàm str(dict)</a><br>Tạo ra một biểu diễn chuỗi có thể in được của một dict<br>3 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-type-trong-python">Hàm type(variable)</a><br>Trả về kiểu của biến đã truyền. Nếu biến đã truyền là Dictionary, thì nó sẽ trả về một kiểu Dictionary<br><br>Phương thức:<br>1 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-clear-trong-python">Hàm dict.clear()</a><br>Xóa tất cả phần tử của <em>dict</em><br>2 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-copy-trong-python">Hàm dict.copy()</a><br>Trả về bản sao của <em>dict</em><br>3 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-fromkeys-trong-python">Hàm fromkeys(seq,value1)/ fromkeys(seq)</a><br>Được sử dụng để tạo một Dictionary mới từ dãy seq và value1. Trong đó dãy seq tạo nên các key và tất cả các key chia sẻ các giá trị từ value1. Trong trường hợp value1 không được cung cấp thì value của các key được thiết lập là None<br>4 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-get-trong-python">Hàm dict.get(key, default=None)</a><br>Trả về giá trị của key đã cho. Nếu key không có mặt thì phương thức này trả về None<br>5 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-has-key-trong-python">Hàm dict.has-key(key)</a><br>Trả về true nếu key là có mặt trong Dictionary, nếu không là false<br>6 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-items-trong-python">Hàm dict.items()</a><br>Trả về tất cả các cặp (key-value) của một Dictionary<br>7 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-keys-trong-python">Hàm dict.keys()</a><br>Trả về tất cả các key của một Dictionary<br>8 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-setdefault-trong-python">Hàm dict.setdefault(key, default=None)</a><br>Tương tự get(), nhưng sẽ thiết lập dict[key]=default nếu <em>key</em> là không tồn tại trong dict<br>9 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-update-trong-python">Hàm dict.update(dict2)</a><br>Được sử dụng để thêm các item của dictionary 2 vào Dictionary đầu tiên<br>10 | <a href="https://viettuts.vn/python-dictionary/ham-dictionary-values-trong-python">Hàm dict.values()</a><br>Trả về tất cả các value của một Dictionary<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 15:11:53 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527336979</guid>
      </item>
      <item>
         <title>Tuple</title>
         <author>quockhanh2006hkn</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527342187</link>
         <description><![CDATA[<div>1 | <a href="https://viettuts.vn/python-tuple/ham-tuple-len-trong-python">Hàm len(tuple)</a><br>Trả về độ dài của tuple<br>2 | <a href="https://viettuts.vn/python-tuple/ham-tuple-max-trong-python">Hàm max(tuple)</a><br>Trả về item có giá trị lớn nhất từ một tuple đã cho<br>3 | <a href="https://viettuts.vn/python-tuple/ham-tuple-min-trong-python">Hàm min(tuple)</a><br>Trả về item có giá trị nhỏ nhất từ một tuple đã cho<br>4 | <a href="https://viettuts.vn/python-tuple/ham-tuple-tuple-trong-python">Hàm tuple(seq)</a><br>Chuyển đổi một dãy thành tuple</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 15:14:55 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527342187</guid>
      </item>
      <item>
         <title>Set</title>
         <author>quockhanh2006hkn</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527343632</link>
         <description><![CDATA[<div><a href="https://viettuts.vn/python-set/ham-set-add-trong-python">add()</a> | Thêm một phần tử tới set<br><a href="https://viettuts.vn/python-set/ham-set-clear-trong-python">clear()</a> | Xóa tất cả các phần tử của một set<br><a href="https://viettuts.vn/python-set/ham-set-copy-trong-python">copy()</a> | Returns a copy of the set<br><a href="https://viettuts.vn/python-set/ham-set-difference-trong-python">difference()</a> | Trả về một set chứa các phần tử khác nhau của 2 hoặc nhiều set<br><a href="https://viettuts.vn/python-set/ham-set-difference_update-trong-python">difference_update()</a> | Xóa các phần tử của set này mà tồn tại trong set khác<br><a href="https://viettuts.vn/python-set/ham-set-discard-trong-python">discard()</a> | Xóa phần tử được chỉ định.<br><a href="https://viettuts.vn/python-set/ham-set-intersection-trong-python">intersection()</a> | Trả về một set mà các phần tử của nó tồn tại trong cả 2 set đã cho.<br><a href="https://viettuts.vn/python-set/ham-set-intersection_update-trong-python">intersection_update()</a> | Xóa các phần tử của set này mà không tồn tại trong set kia.<br><a href="https://viettuts.vn/python-set/ham-set-isdisjoint-trong-python">isdisjoint()</a> | Trả về true nếu không có phần tử nào trong một set trùng với phần tử nào trong set thứ 2. Trả về false nếu có bất kỳ phần tử nào trong set ban đầu giống với set thứ 2<br><a href="https://viettuts.vn/python-set/ham-set-issubset-trong-python">issubset()</a> | Trả về true nếu tất cả các phần tử trong một set tồn tại trong set2, ngược lại trả về false.<br><a href="https://viettuts.vn/python-set/ham-set-issuperset-trong-python">issuperset()</a> | Trả về true nếu tất cả các phần tử trong set2 tồn tại trong một set, ngược lại trả về false.<br><a href="https://viettuts.vn/python-set/ham-set-pop-trong-python">pop()</a> | Xóa phần tử cuối cùng của một set.<br><a href="https://viettuts.vn/python-set/ham-set-remove-trong-python">remove()</a> | Xóa phần tử được chỉ định.<br><a href="https://viettuts.vn/python-set/ham-set-symmetric_difference-trong-python">symmetric_difference()</a> | Trả về một set mà chứa các phần tử của cả 2 set đã cho, sao cho các phần tử này tồn tại trong set này nhưng không tồn tại trong set kia.<br><a href="https://viettuts.vn/python-set/ham-set-symmetric_difference_update-trong-python">symmetric_difference_update()</a> | Cập nhật set ban đầu bằng việc loại bỏ phần tử của cả 2 set đã cho, sao cho các phần tử này tồn tại trong set này nhưng không tồn tại trong set kia.<br><a href="https://viettuts.vn/python-set/ham-set-union-trong-python">union()</a> | Trả về môt set mà được nối từ 2 set với nhau.<br><a href="https://viettuts.vn/python-set/ham-set-update-trong-python">update()</a> | Nối set này với set khác.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-22 15:15:54 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2527343632</guid>
      </item>
      <item>
         <title>Bài 1</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529047423</link>
         <description><![CDATA[<div>def string_length(str1):<br>&nbsp; &nbsp; count = 0<br>&nbsp; &nbsp; for char in str1:<br>&nbsp; &nbsp; &nbsp; &nbsp; count += 1<br>&nbsp; &nbsp; return count<br>print(string_length('w3resource.com'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:25:57 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529047423</guid>
      </item>
      <item>
         <title>Bài 2</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529048144</link>
         <description><![CDATA[<div>def char_frequency(str1):<br>&nbsp; &nbsp; dict = {}<br>&nbsp; &nbsp; for n in str1:<br>&nbsp; &nbsp; &nbsp; &nbsp; keys = dict.keys()<br>&nbsp; &nbsp; &nbsp; &nbsp; if n in keys:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dict[n] += 1<br>&nbsp; &nbsp; &nbsp; &nbsp; else:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dict[n] = 1<br>&nbsp; &nbsp; return dict<br>print(char_frequency('google.com'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:26:25 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529048144</guid>
      </item>
      <item>
         <title>Bài 3</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529048732</link>
         <description><![CDATA[<div>def string_both_ends(str):<br>&nbsp; if len(str) &lt; 2:<br>&nbsp; &nbsp; return ''<br><br>&nbsp; return str[0:2] + str[-2:]<br><br>print(string_both_ends('w3resource'))<br>print(string_both_ends('w3'))<br>print(string_both_ends('w'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:26:50 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529048732</guid>
      </item>
      <item>
         <title>Bài 4</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529049429</link>
         <description><![CDATA[<div>def change_char(str1):<br>&nbsp; char = str1[0]<br>&nbsp; str1 = str1.replace(char, '$')<br>&nbsp; str1 = char + str1[1:]<br><br>&nbsp; return str1<br><br>print(change_char('restart'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:27:18 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529049429</guid>
      </item>
      <item>
         <title>Bài 5</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529049973</link>
         <description><![CDATA[<div>def chars_mix_up(a, b):<br>&nbsp; new_a = b[:2] + a[2:]<br>&nbsp; new_b = a[:2] + b[2:]<br><br>&nbsp; return new_a + ' ' + new_b<br>print(chars_mix_up('abc', 'xyz'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:27:40 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529049973</guid>
      </item>
      <item>
         <title>Bài 6</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529050551</link>
         <description><![CDATA[<div>def add_string(str1):<br>&nbsp; length = len(str1)<br><br>&nbsp; if length &gt; 2:<br>&nbsp; &nbsp; if str1[-3:] == 'ing':<br>&nbsp; &nbsp; &nbsp; str1 += 'ly'<br>&nbsp; &nbsp; else:<br>&nbsp; &nbsp; &nbsp; str1 += 'ing'<br><br>&nbsp; return str1<br>print(add_string('ab'))<br>print(add_string('abc'))<br>print(add_string('string'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:28:04 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529050551</guid>
      </item>
      <item>
         <title>Bài 7</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529061665</link>
         <description><![CDATA[<div>def change_sring(str1):<br>&nbsp; &nbsp; &nbsp; return str1[-1:] + str1[1:-1] + str1[:1]<br>	 &nbsp;<br>print(change_sring('abcd'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:34:53 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529061665</guid>
      </item>
      <item>
         <title>Bài 8</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529064995</link>
         <description><![CDATA[<div>def remove_char(str, n):<br>&nbsp; &nbsp; &nbsp; first_part = str[:n]&nbsp;<br>&nbsp; &nbsp; &nbsp; last_part = str[n+1:]<br>&nbsp; &nbsp; &nbsp; return first_part + last_part</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:36:39 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529064995</guid>
      </item>
      <item>
         <title>Bài 9</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529066208</link>
         <description><![CDATA[<div>def odd_values_string(str):<br>&nbsp; result = ""&nbsp;<br>&nbsp; for i in range(len(str)):<br>&nbsp; &nbsp; if i % 2 == 0:<br>&nbsp; &nbsp; &nbsp; result = result + str[i]<br>&nbsp; return result<br><br>print(odd_values_string('abcdef'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:37:15 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529066208</guid>
      </item>
      <item>
         <title>Bài 10</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529067751</link>
         <description><![CDATA[<div>def word_count(str):<br>&nbsp; &nbsp; counts = dict()<br>&nbsp; &nbsp; words = str.split()<br><br>&nbsp; &nbsp; for word in words:<br>&nbsp; &nbsp; &nbsp; &nbsp; if word in counts:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; counts[word] += 1<br>&nbsp; &nbsp; &nbsp; &nbsp; else:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; counts[word] = 1<br><br>&nbsp; &nbsp; return counts<br><br>print( word_count('the quick brown fox jumps over the lazy dog.'))</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:38:15 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529067751</guid>
      </item>
      <item>
         <title>Bài 11</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529073164</link>
         <description><![CDATA[<div>s=input("Nhập chuỗi: ")<br>def bien_doi_chuoi(s):<br>&nbsp; &nbsp;if s[0].islower():<br>&nbsp; &nbsp; &nbsp; &nbsp;print(s.upper())<br>&nbsp; &nbsp;if s[0].isupper():<br>&nbsp; &nbsp; &nbsp; &nbsp;print (s.lower())<br>bien_doi_chuoi(s)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:41:33 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529073164</guid>
      </item>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529081446</link>
         <description><![CDATA[<ul><li>Tên key không trùng.</li><li>Key sẽ cách nhau dấu phẩy và giá trị và biến đều đặt trong dấu ngoặc “ ” hay ‘ ’ trừ số.&nbsp;</li><li>Ta có thể để dict, list, tuple trong list .</li><li>Mỗi key cần có một giá trị và ngăn nhau bởi dấu hai chấm.</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:46:48 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529081446</guid>
      </item>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529083249</link>
         <description><![CDATA[<ul><li>[ ] dùng khi khai báo List</li><li>( ) dùng khi khai báo Tuple</li><li>{ } dùng khi khai báo Dictionary hoặc Set</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:47:55 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529083249</guid>
      </item>
      <item>
         <title></title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529085203</link>
         <description><![CDATA[<div>Các phần tử trong tập hợp không có thứ tự.<br>Các phần tử này là duy nhất, không cho phép lặp lại.<br>Set có thể thay đổi (thêm bớt phần tử) nhưng các phần tử của tập hợp phải ở dạng không thể thay đổi (tức là xác định được dung lượng bộ nhớ ngay khi khai báo).</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:49:04 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529085203</guid>
      </item>
      <item>
         <title>Bài tập 1 (Dictionary)</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529090022</link>
         <description><![CDATA[<div>Hãy xóa tất cả các phần tử ra khỏi dict d = {1: "one", 2: "two"}<br><br></div><div>&nbsp;d = {1: "one", 2: "two"}<br>&nbsp;d.clear()<br>print('d =', d)</div><div>Khi chạy chương trình này thì ta có được kết quả sau:<br>&nbsp;d = {}</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:52:07 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529090022</guid>
      </item>
      <item>
         <title>Bài tập 2</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529099728</link>
         <description><![CDATA[<div>khai báo một dictionary về bản thân người dùng tên là person<br>person = {<br>&nbsp; &nbsp; 'name': 'ABC',<br>&nbsp; &nbsp; 'age': 22,<br>&nbsp; &nbsp; 'male': True,<br>&nbsp; &nbsp; 'status': 'single'&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; }</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 15:58:26 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529099728</guid>
      </item>
      <item>
         <title>Bài Tập 3</title>
         <author>trungtrandungminh</author>
         <link>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529108456</link>
         <description><![CDATA[<div>&nbsp;tạo một Dictionary chứa 3 Dictionary khác.<br><br></div><div><br>&nbsp;myfamily <strong>=</strong> {&nbsp;<br>&nbsp; &nbsp; &nbsp; "child1" : {&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "name" : "Van",&nbsp; &nbsp;&nbsp;<br>                        "birthday" : 2004&nbsp;<br>&nbsp; &nbsp; }, &nbsp;<br>&nbsp; &nbsp; &nbsp; "child2" : {&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "name" : "Minh",&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"birthday" : 2007&nbsp;<br>&nbsp; &nbsp; }, &nbsp;<br>&nbsp; &nbsp; &nbsp; "child3" : {&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "name" : "Phuc",&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "birthday" : 2011&nbsp;<br>&nbsp; &nbsp; }<br>}<br><br>print(myfamily)</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-23 16:04:23 UTC</pubDate>
         <guid>https://padlet.com/trungtrandungminh/11AB1_Nhomgivay/wish/2529108456</guid>
      </item>
   </channel>
</rss>
