From a1c22e954299de5c823ec47cd2f633355764e3b2 Mon Sep 17 00:00:00 2001 From: Dimitrii Dulgher Date: Sat, 13 Apr 2024 00:04:06 +0300 Subject: Add hrefs to code keywords --- .../lesson03_dict_module/en.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/content/chapter4_standard_library/lesson03_dict_module') diff --git a/src/content/chapter4_standard_library/lesson03_dict_module/en.html b/src/content/chapter4_standard_library/lesson03_dict_module/en.html index f7eb879..4037085 100644 --- a/src/content/chapter4_standard_library/lesson03_dict_module/en.html +++ b/src/content/chapter4_standard_library/lesson03_dict_module/en.html @@ -9,24 +9,24 @@

- new + + new + and - from_list + + from_list + can be used to create new dicts.

- insert + + insert + and - delete + + delete + are used to add and remove items from a dict.

-- cgit v1.2.3