SlideShare ist ein Scribd-Unternehmen logo
1 von 3
I need them with ditails of each step in comments # python
#a. Write a function countValue that accepts FOUR parameters:
two-dimensional list of
#integers, row and col (sizes of the list) and the additional
integer. The function returns
#the amount of times that integer appears in the list.
#b. Write a program that inputs sizes of 2d list,
#randomly generates TWO two-dimensional lists
#of integers between 0 and 5, and generates additional integer
between 1 and 5 to search for.
#The program finds the number of times that integer appears in
each 2d list.
#The program is partially written for you. Complete the
program
import random
def countValue(my_list, row, col, num):
#complete this function
def make_list(scores, row, col):
for i in range(row):
for j in range(col):
scores[i][j]=random.randint(0,5)
return scores
def printMatrix(scores, row, col):
for i in range(row):
print(scores[i])
def main():
#complete the main
main()
I need them with ditails of each step in comments # python#a. Writ.docx

Weitere ähnliche Inhalte

Ähnlich wie I need them with ditails of each step in comments # python#a. Writ.docx

Python programming workshop
Python programming workshopPython programming workshop
Python programming workshopBAINIDA
 
python lab programs.pdf
python lab programs.pdfpython lab programs.pdf
python lab programs.pdfCBJWorld
 
Lab6: I/O and Arrays
Lab6: I/O and ArraysLab6: I/O and Arrays
Lab6: I/O and Arraysenidcruz
 
python practicals-solution-2019-20-class-xii.pdf
python practicals-solution-2019-20-class-xii.pdfpython practicals-solution-2019-20-class-xii.pdf
python practicals-solution-2019-20-class-xii.pdfrajatxyz
 
Raspberry Pi - Lecture 5 Python for Raspberry Pi
Raspberry Pi - Lecture 5 Python for Raspberry PiRaspberry Pi - Lecture 5 Python for Raspberry Pi
Raspberry Pi - Lecture 5 Python for Raspberry PiMohamed Abdallah
 
CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL Rishabh-Rawat
 
basics of C and c++ by eteaching
basics of C and c++ by eteachingbasics of C and c++ by eteaching
basics of C and c++ by eteachingeteaching
 
CLISP Lab Manual - Dr.J.VijiPriya
CLISP Lab Manual - Dr.J.VijiPriyaCLISP Lab Manual - Dr.J.VijiPriya
CLISP Lab Manual - Dr.J.VijiPriyaVijiPriya Jeyamani
 
C programming language for beginners
C programming language for beginners C programming language for beginners
C programming language for beginners ShreyaSingh291866
 
R-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdfR-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdfKabilaArun
 
R-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdfR-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdfattalurilalitha
 
Python Exam (Questions with Solutions Done By Live Exam Helper Experts)
Python Exam (Questions with Solutions Done By Live Exam Helper Experts)Python Exam (Questions with Solutions Done By Live Exam Helper Experts)
Python Exam (Questions with Solutions Done By Live Exam Helper Experts)Live Exam Helper
 
PART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHONPART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHONAndrea Antonello
 

Ähnlich wie I need them with ditails of each step in comments # python#a. Writ.docx (20)

Functions
FunctionsFunctions
Functions
 
Python programming workshop
Python programming workshopPython programming workshop
Python programming workshop
 
python lab programs.pdf
python lab programs.pdfpython lab programs.pdf
python lab programs.pdf
 
Lab6: I/O and Arrays
Lab6: I/O and ArraysLab6: I/O and Arrays
Lab6: I/O and Arrays
 
python practicals-solution-2019-20-class-xii.pdf
python practicals-solution-2019-20-class-xii.pdfpython practicals-solution-2019-20-class-xii.pdf
python practicals-solution-2019-20-class-xii.pdf
 
Raspberry Pi - Lecture 5 Python for Raspberry Pi
Raspberry Pi - Lecture 5 Python for Raspberry PiRaspberry Pi - Lecture 5 Python for Raspberry Pi
Raspberry Pi - Lecture 5 Python for Raspberry Pi
 
CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL
 
basics of C and c++ by eteaching
basics of C and c++ by eteachingbasics of C and c++ by eteaching
basics of C and c++ by eteaching
 
CLISP Lab Manual - Dr.J.VijiPriya
CLISP Lab Manual - Dr.J.VijiPriyaCLISP Lab Manual - Dr.J.VijiPriya
CLISP Lab Manual - Dr.J.VijiPriya
 
C programming language for beginners
C programming language for beginners C programming language for beginners
C programming language for beginners
 
C++ lecture 01
C++   lecture 01C++   lecture 01
C++ lecture 01
 
R-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdfR-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdf
 
R-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdfR-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdf
 
R-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdfR-Language-Lab-Manual-lab-1.pdf
R-Language-Lab-Manual-lab-1.pdf
 
C-PPT.pdf
C-PPT.pdfC-PPT.pdf
C-PPT.pdf
 
Python Exam (Questions with Solutions Done By Live Exam Helper Experts)
Python Exam (Questions with Solutions Done By Live Exam Helper Experts)Python Exam (Questions with Solutions Done By Live Exam Helper Experts)
Python Exam (Questions with Solutions Done By Live Exam Helper Experts)
 
Python Lecture 4
Python Lecture 4Python Lecture 4
Python Lecture 4
 
unit_2 (1).pptx
unit_2 (1).pptxunit_2 (1).pptx
unit_2 (1).pptx
 
Ch03
Ch03Ch03
Ch03
 
PART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHONPART 3: THE SCRIPTING COMPOSER AND PYTHON
PART 3: THE SCRIPTING COMPOSER AND PYTHON
 

Mehr von heathmirella

I shoud read two articale1) Students will read one prfessional .docx
I shoud read two articale1) Students will read one prfessional .docxI shoud read two articale1) Students will read one prfessional .docx
I shoud read two articale1) Students will read one prfessional .docxheathmirella
 
I simply have HW. I got the essay from my friend. The only thing i n.docx
I simply have HW. I got the essay from my friend. The only thing i n.docxI simply have HW. I got the essay from my friend. The only thing i n.docx
I simply have HW. I got the essay from my friend. The only thing i n.docxheathmirella
 
i want short essay. Answer the question in two to three paragraph.docx
i want short essay. Answer the question in two to three paragraph.docxi want short essay. Answer the question in two to three paragraph.docx
i want short essay. Answer the question in two to three paragraph.docxheathmirella
 
I want someone professional in mathematics. (Elements of Discrete Ma.docx
I want someone professional in mathematics. (Elements of Discrete Ma.docxI want someone professional in mathematics. (Elements of Discrete Ma.docx
I want someone professional in mathematics. (Elements of Discrete Ma.docxheathmirella
 
i want a report about the uploaded parsentation these are the qustio.docx
i want a report about the uploaded parsentation these are the qustio.docxi want a report about the uploaded parsentation these are the qustio.docx
i want a report about the uploaded parsentation these are the qustio.docxheathmirella
 
i want an essaypresentation one or one and a half page paper about .docx
i want an essaypresentation one or one and a half page paper about .docxi want an essaypresentation one or one and a half page paper about .docx
i want an essaypresentation one or one and a half page paper about .docxheathmirella
 
i want answer the assignment in finanic there is 6 Q all detiles in .docx
i want answer the assignment in finanic there is 6 Q all detiles in .docxi want answer the assignment in finanic there is 6 Q all detiles in .docx
i want answer the assignment in finanic there is 6 Q all detiles in .docxheathmirella
 
I want a five essay paragrah introduction, three body paragraphs and.docx
I want a five essay paragrah introduction, three body paragraphs and.docxI want a five essay paragrah introduction, three body paragraphs and.docx
I want a five essay paragrah introduction, three body paragraphs and.docxheathmirella
 
I want a lab to be rephrased. Please ignore the calculations and num.docx
I want a lab to be rephrased. Please ignore the calculations and num.docxI want a lab to be rephrased. Please ignore the calculations and num.docx
I want a lab to be rephrased. Please ignore the calculations and num.docxheathmirella
 
I think that the title in Plato’s Cave is significant, because it pr.docx
I think that the title in Plato’s Cave is significant, because it pr.docxI think that the title in Plato’s Cave is significant, because it pr.docx
I think that the title in Plato’s Cave is significant, because it pr.docxheathmirella
 
i want somebody make for me please presentaton 5 slides storyThe Fro.docx
i want somebody make for me please presentaton 5 slides storyThe Fro.docxi want somebody make for me please presentaton 5 slides storyThe Fro.docx
i want somebody make for me please presentaton 5 slides storyThe Fro.docxheathmirella
 
I pledge allegiance to the Flag of the United States of America a.docx
I pledge allegiance to the Flag of the United States of America a.docxI pledge allegiance to the Flag of the United States of America a.docx
I pledge allegiance to the Flag of the United States of America a.docxheathmirella
 
I want one page and half which include 1- why do I like him and .docx
I want one page and half which include 1- why do I like him and .docxI want one page and half which include 1- why do I like him and .docx
I want one page and half which include 1- why do I like him and .docxheathmirella
 
I paid for someone else to do it, but they have not turned the assig.docx
I paid for someone else to do it, but they have not turned the assig.docxI paid for someone else to do it, but they have not turned the assig.docx
I paid for someone else to do it, but they have not turned the assig.docxheathmirella
 
I require a case study written on a public health issue. Total 7 pag.docx
I require a case study written on a public health issue. Total 7 pag.docxI require a case study written on a public health issue. Total 7 pag.docx
I require a case study written on a public health issue. Total 7 pag.docxheathmirella
 
I ran out of ideas to complete the work to make it a 2 page single l.docx
I ran out of ideas to complete the work to make it a 2 page single l.docxI ran out of ideas to complete the work to make it a 2 page single l.docx
I ran out of ideas to complete the work to make it a 2 page single l.docxheathmirella
 
I need two or three paragraphs include the Introduction proposed .docx
I need two or three paragraphs include the Introduction proposed .docxI need two or three paragraphs include the Introduction proposed .docx
I need two or three paragraphs include the Introduction proposed .docxheathmirella
 
I need two obituaries (minimum 250 words each) in remembrance of Pre.docx
I need two obituaries (minimum 250 words each) in remembrance of Pre.docxI need two obituaries (minimum 250 words each) in remembrance of Pre.docx
I need two obituaries (minimum 250 words each) in remembrance of Pre.docxheathmirella
 
I need to write the discussion about this article below Between 15.docx
I need to write the discussion about this article below Between 15.docxI need to write the discussion about this article below Between 15.docx
I need to write the discussion about this article below Between 15.docxheathmirella
 
I need to write an entry assignment for my english class. I need i.docx
I need to write an entry assignment for my english class. I need i.docxI need to write an entry assignment for my english class. I need i.docx
I need to write an entry assignment for my english class. I need i.docxheathmirella
 

Mehr von heathmirella (20)

I shoud read two articale1) Students will read one prfessional .docx
I shoud read two articale1) Students will read one prfessional .docxI shoud read two articale1) Students will read one prfessional .docx
I shoud read two articale1) Students will read one prfessional .docx
 
I simply have HW. I got the essay from my friend. The only thing i n.docx
I simply have HW. I got the essay from my friend. The only thing i n.docxI simply have HW. I got the essay from my friend. The only thing i n.docx
I simply have HW. I got the essay from my friend. The only thing i n.docx
 
i want short essay. Answer the question in two to three paragraph.docx
i want short essay. Answer the question in two to three paragraph.docxi want short essay. Answer the question in two to three paragraph.docx
i want short essay. Answer the question in two to three paragraph.docx
 
I want someone professional in mathematics. (Elements of Discrete Ma.docx
I want someone professional in mathematics. (Elements of Discrete Ma.docxI want someone professional in mathematics. (Elements of Discrete Ma.docx
I want someone professional in mathematics. (Elements of Discrete Ma.docx
 
i want a report about the uploaded parsentation these are the qustio.docx
i want a report about the uploaded parsentation these are the qustio.docxi want a report about the uploaded parsentation these are the qustio.docx
i want a report about the uploaded parsentation these are the qustio.docx
 
i want an essaypresentation one or one and a half page paper about .docx
i want an essaypresentation one or one and a half page paper about .docxi want an essaypresentation one or one and a half page paper about .docx
i want an essaypresentation one or one and a half page paper about .docx
 
i want answer the assignment in finanic there is 6 Q all detiles in .docx
i want answer the assignment in finanic there is 6 Q all detiles in .docxi want answer the assignment in finanic there is 6 Q all detiles in .docx
i want answer the assignment in finanic there is 6 Q all detiles in .docx
 
I want a five essay paragrah introduction, three body paragraphs and.docx
I want a five essay paragrah introduction, three body paragraphs and.docxI want a five essay paragrah introduction, three body paragraphs and.docx
I want a five essay paragrah introduction, three body paragraphs and.docx
 
I want a lab to be rephrased. Please ignore the calculations and num.docx
I want a lab to be rephrased. Please ignore the calculations and num.docxI want a lab to be rephrased. Please ignore the calculations and num.docx
I want a lab to be rephrased. Please ignore the calculations and num.docx
 
I think that the title in Plato’s Cave is significant, because it pr.docx
I think that the title in Plato’s Cave is significant, because it pr.docxI think that the title in Plato’s Cave is significant, because it pr.docx
I think that the title in Plato’s Cave is significant, because it pr.docx
 
i want somebody make for me please presentaton 5 slides storyThe Fro.docx
i want somebody make for me please presentaton 5 slides storyThe Fro.docxi want somebody make for me please presentaton 5 slides storyThe Fro.docx
i want somebody make for me please presentaton 5 slides storyThe Fro.docx
 
I pledge allegiance to the Flag of the United States of America a.docx
I pledge allegiance to the Flag of the United States of America a.docxI pledge allegiance to the Flag of the United States of America a.docx
I pledge allegiance to the Flag of the United States of America a.docx
 
I want one page and half which include 1- why do I like him and .docx
I want one page and half which include 1- why do I like him and .docxI want one page and half which include 1- why do I like him and .docx
I want one page and half which include 1- why do I like him and .docx
 
I paid for someone else to do it, but they have not turned the assig.docx
I paid for someone else to do it, but they have not turned the assig.docxI paid for someone else to do it, but they have not turned the assig.docx
I paid for someone else to do it, but they have not turned the assig.docx
 
I require a case study written on a public health issue. Total 7 pag.docx
I require a case study written on a public health issue. Total 7 pag.docxI require a case study written on a public health issue. Total 7 pag.docx
I require a case study written on a public health issue. Total 7 pag.docx
 
I ran out of ideas to complete the work to make it a 2 page single l.docx
I ran out of ideas to complete the work to make it a 2 page single l.docxI ran out of ideas to complete the work to make it a 2 page single l.docx
I ran out of ideas to complete the work to make it a 2 page single l.docx
 
I need two or three paragraphs include the Introduction proposed .docx
I need two or three paragraphs include the Introduction proposed .docxI need two or three paragraphs include the Introduction proposed .docx
I need two or three paragraphs include the Introduction proposed .docx
 
I need two obituaries (minimum 250 words each) in remembrance of Pre.docx
I need two obituaries (minimum 250 words each) in remembrance of Pre.docxI need two obituaries (minimum 250 words each) in remembrance of Pre.docx
I need two obituaries (minimum 250 words each) in remembrance of Pre.docx
 
I need to write the discussion about this article below Between 15.docx
I need to write the discussion about this article below Between 15.docxI need to write the discussion about this article below Between 15.docx
I need to write the discussion about this article below Between 15.docx
 
I need to write an entry assignment for my english class. I need i.docx
I need to write an entry assignment for my english class. I need i.docxI need to write an entry assignment for my english class. I need i.docx
I need to write an entry assignment for my english class. I need i.docx
 

Kürzlich hochgeladen

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 

Kürzlich hochgeladen (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 

I need them with ditails of each step in comments # python#a. Writ.docx

  • 1. I need them with ditails of each step in comments # python #a. Write a function countValue that accepts FOUR parameters: two-dimensional list of #integers, row and col (sizes of the list) and the additional integer. The function returns #the amount of times that integer appears in the list. #b. Write a program that inputs sizes of 2d list, #randomly generates TWO two-dimensional lists #of integers between 0 and 5, and generates additional integer between 1 and 5 to search for. #The program finds the number of times that integer appears in each 2d list. #The program is partially written for you. Complete the program import random def countValue(my_list, row, col, num): #complete this function
  • 2. def make_list(scores, row, col): for i in range(row): for j in range(col): scores[i][j]=random.randint(0,5) return scores def printMatrix(scores, row, col): for i in range(row): print(scores[i]) def main(): #complete the main main()