SlideShare a Scribd company logo
Pyhon
dict()
Алексей Бованенко
a.bovanenko@gmail.com
python dict()
● d = dict()
● d = {'key1':'value1', 'key2':'value2'}
● d1 = dict(d)
● d2 = dict()
for i in range(5):
d2[i] = ‘value’+str(i)
python dict clear()
● clear() -> None
● d = {‘key1’: ‘value1’, ‘key2’: ‘value2’}
● d.clear()
○ {}
python dict copy()
● d = {‘key1’: ‘value1’, ‘key2’: ‘value2’}
● d_copy = d.copy()
● d_copy
○ {‘key1’: ‘value1’, ‘key2’: ‘value2’}
python dict get()
● get(k[,v]) -> d[k] if k in d, else v. v defaults to None
● d = {'key1':'value1', 'key2':'value2'}
● d.get('key3')
○ ‘’
● d.get('key2')
○ 'value2'
python dict has_key()
● has_key(k) -> True if D has a key k, else False
● d = {'key1':'value1', 'key2':'value2'}
● d.has_key(‘key2’)
○ True
● d.has_key(‘key3’)
○ False
python dict items()
● items() -> list of D's (key, value) pairs
● d.items()
○ [('key2', 'value2'), ('key1', 'value1')]
● for p in d.items(): # for (k,v) in d.items():
print p[0], p[1] # print k, v
○ key2 value2
○ key1 value1
python dict iteritems()
● iteritems() -> an iterator over the (key, val) items of d
● for (k,v) in d.iteritems():
print k,v
Спасибо за внимание
Вопросы?

More Related Content

What's hot

CBSE Python Dictionary Assignment
CBSE Python Dictionary AssignmentCBSE Python Dictionary Assignment
CBSE Python Dictionary Assignment
Amit Sethi
 
Computer graphics programs in c++
Computer graphics programs in c++Computer graphics programs in c++
Computer graphics programs in c++
Ankit Kumar
 
Geometric and material nonlinearity analysis of 2 d truss with force control ...
Geometric and material nonlinearity analysis of 2 d truss with force control ...Geometric and material nonlinearity analysis of 2 d truss with force control ...
Geometric and material nonlinearity analysis of 2 d truss with force control ...
Salar Delavar Qashqai
 
CBSE Python String Assignment
CBSE Python String AssignmentCBSE Python String Assignment
CBSE Python String Assignment
Amit Sethi
 
Grid help, Processing
Grid help, ProcessingGrid help, Processing
Grid help, Processing
Christian Gwiozda
 
CUDA First Programs: Computer Architecture CSE448 : UAA Alaska : Notes
CUDA First Programs: Computer Architecture CSE448 : UAA Alaska : NotesCUDA First Programs: Computer Architecture CSE448 : UAA Alaska : Notes
CUDA First Programs: Computer Architecture CSE448 : UAA Alaska : Notes
Subhajit Sahu
 
Computer Graphics Lab File C Programs
Computer Graphics Lab File C ProgramsComputer Graphics Lab File C Programs
Computer Graphics Lab File C Programs
Kandarp Tiwari
 
Frsa
FrsaFrsa
Frsa
_111
 
Cg my own programs
Cg my own programsCg my own programs
Cg my own programs
Amit Kapoor
 
Computer graphics
Computer graphics   Computer graphics
Computer graphics
Prianka Padmanaban
 
SE Computer, Programming Laboratory(210251) University of Pune
SE Computer, Programming Laboratory(210251) University of PuneSE Computer, Programming Laboratory(210251) University of Pune
SE Computer, Programming Laboratory(210251) University of Pune
Bhavesh Shah
 
Matlab assignment
Matlab assignmentMatlab assignment
Matlab assignment
Rutvik
 
computer graphics practicals
computer graphics practicalscomputer graphics practicals
computer graphics practicals
Manoj Chauhan
 
Computer Practical XII
Computer Practical XIIComputer Practical XII
Computer Practical XII
Ûťţåm Ğűpţä
 
C#, What Is Next?
C#, What Is Next?C#, What Is Next?
C#, What Is Next?
Pieter Joost van de Sande
 

What's hot (15)

CBSE Python Dictionary Assignment
CBSE Python Dictionary AssignmentCBSE Python Dictionary Assignment
CBSE Python Dictionary Assignment
 
Computer graphics programs in c++
Computer graphics programs in c++Computer graphics programs in c++
Computer graphics programs in c++
 
Geometric and material nonlinearity analysis of 2 d truss with force control ...
Geometric and material nonlinearity analysis of 2 d truss with force control ...Geometric and material nonlinearity analysis of 2 d truss with force control ...
Geometric and material nonlinearity analysis of 2 d truss with force control ...
 
CBSE Python String Assignment
CBSE Python String AssignmentCBSE Python String Assignment
CBSE Python String Assignment
 
Grid help, Processing
Grid help, ProcessingGrid help, Processing
Grid help, Processing
 
CUDA First Programs: Computer Architecture CSE448 : UAA Alaska : Notes
CUDA First Programs: Computer Architecture CSE448 : UAA Alaska : NotesCUDA First Programs: Computer Architecture CSE448 : UAA Alaska : Notes
CUDA First Programs: Computer Architecture CSE448 : UAA Alaska : Notes
 
Computer Graphics Lab File C Programs
Computer Graphics Lab File C ProgramsComputer Graphics Lab File C Programs
Computer Graphics Lab File C Programs
 
Frsa
FrsaFrsa
Frsa
 
Cg my own programs
Cg my own programsCg my own programs
Cg my own programs
 
Computer graphics
Computer graphics   Computer graphics
Computer graphics
 
SE Computer, Programming Laboratory(210251) University of Pune
SE Computer, Programming Laboratory(210251) University of PuneSE Computer, Programming Laboratory(210251) University of Pune
SE Computer, Programming Laboratory(210251) University of Pune
 
Matlab assignment
Matlab assignmentMatlab assignment
Matlab assignment
 
computer graphics practicals
computer graphics practicalscomputer graphics practicals
computer graphics practicals
 
Computer Practical XII
Computer Practical XIIComputer Practical XII
Computer Practical XII
 
C#, What Is Next?
C#, What Is Next?C#, What Is Next?
C#, What Is Next?
 

Viewers also liked

HRM 595 Innovative Educator/hrm595.com
HRM 595 Innovative Educator/hrm595.comHRM 595 Innovative Educator/hrm595.com
HRM 595 Innovative Educator/hrm595.com
GraceSamuel9
 
Catalogue2009
Catalogue2009Catalogue2009
Catalogue2009
cbsplv
 
Tp1 informatica
Tp1 informaticaTp1 informatica
Tp1 informatica
ignacio lara
 
Emily Resume 2016
Emily Resume 2016 Emily Resume 2016
Emily Resume 2016
Emily Evans
 
Python assignment help from professional programmers
Python assignment help from professional programmersPython assignment help from professional programmers
Python assignment help from professional programmers
Anderson Silva
 
MobilePlots.com - Policy Control today and tomorrow - SDN and 5G
MobilePlots.com - Policy Control today and tomorrow - SDN and 5GMobilePlots.com - Policy Control today and tomorrow - SDN and 5G
MobilePlots.com - Policy Control today and tomorrow - SDN and 5G
Alberto Diez
 
Coaching explained, illustrated updated 2013 version, coach
Coaching explained, illustrated updated 2013 version, coachCoaching explained, illustrated updated 2013 version, coach
Coaching explained, illustrated updated 2013 version, coach
Alexander Crépin
 
Workshop Activating Creativity THE HR challenge for the coming years by Ale...
Workshop Activating Creativity THE HR challenge for the coming years  by  Ale...Workshop Activating Creativity THE HR challenge for the coming years  by  Ale...
Workshop Activating Creativity THE HR challenge for the coming years by Ale...
Alexander Crépin
 
Corporate finance assignment help
Corporate finance assignment helpCorporate finance assignment help
Corporate finance assignment help
Anderson Silva
 
Certificado de Calidad: "Reading Together"
Certificado de Calidad: "Reading Together"Certificado de Calidad: "Reading Together"
Certificado de Calidad: "Reading Together"
Javier Ramos Sancha
 
Python Programming Essentials - M27 - Logging module
Python Programming Essentials - M27 - Logging modulePython Programming Essentials - M27 - Logging module
Python Programming Essentials - M27 - Logging module
P3 InfoTech Solutions Pvt. Ltd.
 
Ferdinand Saussure- su vida, obras y aportes a ña linguistica
Ferdinand Saussure- su vida, obras y aportes a ña linguisticaFerdinand Saussure- su vida, obras y aportes a ña linguistica
Ferdinand Saussure- su vida, obras y aportes a ña linguistica
chikyariguerra
 
Deep Dive into Keystone Tokens and Lessons Learned
Deep Dive into Keystone Tokens and Lessons LearnedDeep Dive into Keystone Tokens and Lessons Learned
Deep Dive into Keystone Tokens and Lessons Learned
Priti Desai
 

Viewers also liked (13)

HRM 595 Innovative Educator/hrm595.com
HRM 595 Innovative Educator/hrm595.comHRM 595 Innovative Educator/hrm595.com
HRM 595 Innovative Educator/hrm595.com
 
Catalogue2009
Catalogue2009Catalogue2009
Catalogue2009
 
Tp1 informatica
Tp1 informaticaTp1 informatica
Tp1 informatica
 
Emily Resume 2016
Emily Resume 2016 Emily Resume 2016
Emily Resume 2016
 
Python assignment help from professional programmers
Python assignment help from professional programmersPython assignment help from professional programmers
Python assignment help from professional programmers
 
MobilePlots.com - Policy Control today and tomorrow - SDN and 5G
MobilePlots.com - Policy Control today and tomorrow - SDN and 5GMobilePlots.com - Policy Control today and tomorrow - SDN and 5G
MobilePlots.com - Policy Control today and tomorrow - SDN and 5G
 
Coaching explained, illustrated updated 2013 version, coach
Coaching explained, illustrated updated 2013 version, coachCoaching explained, illustrated updated 2013 version, coach
Coaching explained, illustrated updated 2013 version, coach
 
Workshop Activating Creativity THE HR challenge for the coming years by Ale...
Workshop Activating Creativity THE HR challenge for the coming years  by  Ale...Workshop Activating Creativity THE HR challenge for the coming years  by  Ale...
Workshop Activating Creativity THE HR challenge for the coming years by Ale...
 
Corporate finance assignment help
Corporate finance assignment helpCorporate finance assignment help
Corporate finance assignment help
 
Certificado de Calidad: "Reading Together"
Certificado de Calidad: "Reading Together"Certificado de Calidad: "Reading Together"
Certificado de Calidad: "Reading Together"
 
Python Programming Essentials - M27 - Logging module
Python Programming Essentials - M27 - Logging modulePython Programming Essentials - M27 - Logging module
Python Programming Essentials - M27 - Logging module
 
Ferdinand Saussure- su vida, obras y aportes a ña linguistica
Ferdinand Saussure- su vida, obras y aportes a ña linguisticaFerdinand Saussure- su vida, obras y aportes a ña linguistica
Ferdinand Saussure- su vida, obras y aportes a ña linguistica
 
Deep Dive into Keystone Tokens and Lessons Learned
Deep Dive into Keystone Tokens and Lessons LearnedDeep Dive into Keystone Tokens and Lessons Learned
Deep Dive into Keystone Tokens and Lessons Learned
 

Similar to python dict

Goal Programming
Goal ProgrammingGoal Programming
Goal Programming
Evren E
 
cs8project
cs8projectcs8project
cs8project
Kevin Zhang
 
Ch10
Ch10Ch10
Tech Talks @NSU: DLang: возможности языка и его применение
Tech Talks @NSU: DLang: возможности языка и его применениеTech Talks @NSU: DLang: возможности языка и его применение
Tech Talks @NSU: DLang: возможности языка и его применение
Tech Talks @NSU
 
goalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdfgoalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdf
AmritDas30
 
Goal Programming
Goal ProgrammingGoal Programming
Goal Programming
Nico Penaredondo
 
Basic python programs
Basic python programsBasic python programs
Basic python programs
RaginiJain21
 
seminar_presentation_krypto
seminar_presentation_kryptoseminar_presentation_krypto
seminar_presentation_krypto
Sergii Cherkavskyi
 
Digital signature
Digital signatureDigital signature
Digital signature
Shwetang (shweacha)
 
Crypto cs36 39
Crypto cs36 39Crypto cs36 39
Crypto cs36 39
sravanbabu
 

Similar to python dict (10)

Goal Programming
Goal ProgrammingGoal Programming
Goal Programming
 
cs8project
cs8projectcs8project
cs8project
 
Ch10
Ch10Ch10
Ch10
 
Tech Talks @NSU: DLang: возможности языка и его применение
Tech Talks @NSU: DLang: возможности языка и его применениеTech Talks @NSU: DLang: возможности языка и его применение
Tech Talks @NSU: DLang: возможности языка и его применение
 
goalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdfgoalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdf
 
Goal Programming
Goal ProgrammingGoal Programming
Goal Programming
 
Basic python programs
Basic python programsBasic python programs
Basic python programs
 
seminar_presentation_krypto
seminar_presentation_kryptoseminar_presentation_krypto
seminar_presentation_krypto
 
Digital signature
Digital signatureDigital signature
Digital signature
 
Crypto cs36 39
Crypto cs36 39Crypto cs36 39
Crypto cs36 39
 

More from Alexey Bovanenko

Python sqlite3
Python sqlite3Python sqlite3
Python sqlite3
Alexey Bovanenko
 
Python. re
Python. rePython. re
Python. re
Alexey Bovanenko
 
Python. Строки
Python. СтрокиPython. Строки
Python. Строки
Alexey Bovanenko
 
Python. Введение
Python. ВведениеPython. Введение
Python. Введение
Alexey Bovanenko
 
Конвертация строковых данных в числовые
Конвертация строковых данных в числовыеКонвертация строковых данных в числовые
Конвертация строковых данных в числовые
Alexey Bovanenko
 
Обработка символов в языке C
Обработка символов в языке CОбработка символов в языке C
Обработка символов в языке C
Alexey Bovanenko
 
Javascript String object
Javascript String objectJavascript String object
Javascript String object
Alexey Bovanenko
 
File. Java
File. JavaFile. Java
File. Java
Alexey Bovanenko
 
ZIP, GZIP Streams in java
ZIP, GZIP Streams in javaZIP, GZIP Streams in java
ZIP, GZIP Streams in java
Alexey Bovanenko
 
Конструктор копирования
Конструктор копированияКонструктор копирования
Конструктор копирования
Alexey Bovanenko
 
Tempale Intro
Tempale IntroTempale Intro
Tempale Intro
Alexey Bovanenko
 
transaction. php
transaction. phptransaction. php
transaction. php
Alexey Bovanenko
 
cookie. support by php
cookie. support by phpcookie. support by php
cookie. support by php
Alexey Bovanenko
 
php sessions
php sessionsphp sessions
php sessions
Alexey Bovanenko
 
Java IO. Streams
Java IO. StreamsJava IO. Streams
Java IO. Streams
Alexey Bovanenko
 
Regular Expressions
Regular ExpressionsRegular Expressions
Regular Expressions
Alexey Bovanenko
 

More from Alexey Bovanenko (20)

Python sqlite3
Python sqlite3Python sqlite3
Python sqlite3
 
Python. re
Python. rePython. re
Python. re
 
Python. Строки
Python. СтрокиPython. Строки
Python. Строки
 
Python. Введение
Python. ВведениеPython. Введение
Python. Введение
 
Nio java
Nio javaNio java
Nio java
 
Конвертация строковых данных в числовые
Конвертация строковых данных в числовыеКонвертация строковых данных в числовые
Конвертация строковых данных в числовые
 
Assert c
Assert cAssert c
Assert c
 
Обработка символов в языке C
Обработка символов в языке CОбработка символов в языке C
Обработка символов в языке C
 
System c
System cSystem c
System c
 
Javascript functions
Javascript functionsJavascript functions
Javascript functions
 
Javascript String object
Javascript String objectJavascript String object
Javascript String object
 
File. Java
File. JavaFile. Java
File. Java
 
ZIP, GZIP Streams in java
ZIP, GZIP Streams in javaZIP, GZIP Streams in java
ZIP, GZIP Streams in java
 
Конструктор копирования
Конструктор копированияКонструктор копирования
Конструктор копирования
 
Tempale Intro
Tempale IntroTempale Intro
Tempale Intro
 
transaction. php
transaction. phptransaction. php
transaction. php
 
cookie. support by php
cookie. support by phpcookie. support by php
cookie. support by php
 
php sessions
php sessionsphp sessions
php sessions
 
Java IO. Streams
Java IO. StreamsJava IO. Streams
Java IO. Streams
 
Regular Expressions
Regular ExpressionsRegular Expressions
Regular Expressions
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 

python dict