SlideShare a Scribd company logo
week3
1.Aim: i) Write a program to convert a list and tuple
into arrays.
def convert(list):
return tuple(i for i in
list)
list = [1, 2, 3, 4]
print(convert(list))
OUTPUT:
(1, 2, 3, 4)
array1 = [1, 2, 3, 4, 5]
array2 = [4, 5, 6, 7, 8]
common_values = set(array1)&set(array2)
print("The common values between the two
arrays are:", list(common_values))
Output:
The common values between the two arrays are:
[4, 5]
Aim: ii) Write a program to find common values
between two arrays.
def gcd(a, b):
"""
Returns the greatest common divisor of two
integers a and b.
"""
while b != 0:
a, b = b, a % b
return a
print(gcd(12,8))
print(gcd(30,45))
2)Aim:Write a function called gcd that takes parameters a and
b and returns their greatest common divisor.
4
15
Output:
def isPalindrome(str):
for i in range(0, int(len(str)/2)):
if str[i] != str[len(str)-i-1]:
return False
return True
s = "malayalam"
ans = isPalindrome(s)
if (ans):
print("Yes")
else:
print("No")
3)Aim: Write a function called palindrome that takes a string
argument and returnsTrue if it is a palindrome and False
otherwise. Remember that you can use the built-in function len to
check the length of a string.
Yes
Output:
Ad

Recommended

week2.pptx program program program problems
week2.pptx program program program problems
doramira833
 
Full Wave Rectifier (1).pptx its theory advantages and disadvantages
Full Wave Rectifier (1).pptx its theory advantages and disadvantages
doramira833
 
3-Phase Induction Motor.pptx with clear explanation
3-Phase Induction Motor.pptx with clear explanation
doramira833
 
Python expampless problems with output and reason
Python expampless problems with output and reason
doramira833
 
2024 Trend Updates: What Really Works In SEO & Content Marketing
2024 Trend Updates: What Really Works In SEO & Content Marketing
Search Engine Journal
 
Storytelling For The Web: Integrate Storytelling in your Design Process
Storytelling For The Web: Integrate Storytelling in your Design Process
Chiara Aliotta
 
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
OECD Directorate for Financial and Enterprise Affairs
 
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
SocialHRCamp
 
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
Samuel Thuo
 
Exploratory Experiences Built by Design (UXPA25)
Exploratory Experiences Built by Design (UXPA25)
Design for Context
 
Transformative Storytelling_ Insights from the Sankofa Writing Intensive.pdf
Transformative Storytelling_ Insights from the Sankofa Writing Intensive.pdf
Dr. Rema
 
AUTOMATIC NUMBER PLATE RECOGNITION 1.pptx
AUTOMATIC NUMBER PLATE RECOGNITION 1.pptx
ABHISHEKCHAKRABORTY931369
 
Clamp_and_bend_device_exercisee_SFC.pptx
Clamp_and_bend_device_exercisee_SFC.pptx
DhanushJCS1
 
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
 
Clamp_and_bend_device_exercisee_DSD.pptx
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
 
AVA-fundamentals-Gavin-Ambrose-Paul-Harris-The-fundamentals-of-typography-AVA...
AVA-fundamentals-Gavin-Ambrose-Paul-Harris-The-fundamentals-of-typography-AVA...
FaisalNurWibowo
 
3 bedroom bungalow and all bedrooms ensuite
3 bedroom bungalow and all bedrooms ensuite
modele dawodu
 
SUN PATH AND SHADOW ANGLESarchitrcture.pdf
SUN PATH AND SHADOW ANGLESarchitrcture.pdf
14ANUSHAVPARCHI
 
brain anatomy physiology 2025 short.pptx
brain anatomy physiology 2025 short.pptx
MohamedHany892810
 
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
riteshsahdev2
 
I2C EEPROM SIMULATION IN VERILOG-12.pptx
I2C EEPROM SIMULATION IN VERILOG-12.pptx
sudheerkurakula1218
 
Simone Laubscher ABC: Redefining Sustainable Luxury in the UAE Fashion Scene
Simone Laubscher ABC: Redefining Sustainable Luxury in the UAE Fashion Scene
Simone Laubscher ABC
 
Presentation.pptx tinkercadjajsjhdhdhdhs
Presentation.pptx tinkercadjajsjhdhdhdhs
sukh27012
 
Syrian politician opposition Randa Kassis
Syrian politician opposition Randa Kassis
mo820325
 
Exploring the Diverse Types of Textual Aids
Exploring the Diverse Types of Textual Aids
jenicahmendoza1
 
(18+ CLIP!) Sophie Rain Spiderman Viral Video Clip Sophie Rain Original Video
(18+ CLIP!) Sophie Rain Spiderman Viral Video Clip Sophie Rain Original Video
jamesfolkner123
 
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
taqyea
 
Digital Poster PPT.pptx..............................
Digital Poster PPT.pptx..............................
AhmedAboElSeoud3
 
2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
Marius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
Expeed Software
 

More Related Content

Recently uploaded (20)

FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
Samuel Thuo
 
Exploratory Experiences Built by Design (UXPA25)
Exploratory Experiences Built by Design (UXPA25)
Design for Context
 
Transformative Storytelling_ Insights from the Sankofa Writing Intensive.pdf
Transformative Storytelling_ Insights from the Sankofa Writing Intensive.pdf
Dr. Rema
 
AUTOMATIC NUMBER PLATE RECOGNITION 1.pptx
AUTOMATIC NUMBER PLATE RECOGNITION 1.pptx
ABHISHEKCHAKRABORTY931369
 
Clamp_and_bend_device_exercisee_SFC.pptx
Clamp_and_bend_device_exercisee_SFC.pptx
DhanushJCS1
 
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
 
Clamp_and_bend_device_exercisee_DSD.pptx
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
 
AVA-fundamentals-Gavin-Ambrose-Paul-Harris-The-fundamentals-of-typography-AVA...
AVA-fundamentals-Gavin-Ambrose-Paul-Harris-The-fundamentals-of-typography-AVA...
FaisalNurWibowo
 
3 bedroom bungalow and all bedrooms ensuite
3 bedroom bungalow and all bedrooms ensuite
modele dawodu
 
SUN PATH AND SHADOW ANGLESarchitrcture.pdf
SUN PATH AND SHADOW ANGLESarchitrcture.pdf
14ANUSHAVPARCHI
 
brain anatomy physiology 2025 short.pptx
brain anatomy physiology 2025 short.pptx
MohamedHany892810
 
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
riteshsahdev2
 
I2C EEPROM SIMULATION IN VERILOG-12.pptx
I2C EEPROM SIMULATION IN VERILOG-12.pptx
sudheerkurakula1218
 
Simone Laubscher ABC: Redefining Sustainable Luxury in the UAE Fashion Scene
Simone Laubscher ABC: Redefining Sustainable Luxury in the UAE Fashion Scene
Simone Laubscher ABC
 
Presentation.pptx tinkercadjajsjhdhdhdhs
Presentation.pptx tinkercadjajsjhdhdhdhs
sukh27012
 
Syrian politician opposition Randa Kassis
Syrian politician opposition Randa Kassis
mo820325
 
Exploring the Diverse Types of Textual Aids
Exploring the Diverse Types of Textual Aids
jenicahmendoza1
 
(18+ CLIP!) Sophie Rain Spiderman Viral Video Clip Sophie Rain Original Video
(18+ CLIP!) Sophie Rain Spiderman Viral Video Clip Sophie Rain Original Video
jamesfolkner123
 
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
taqyea
 
Digital Poster PPT.pptx..............................
Digital Poster PPT.pptx..............................
AhmedAboElSeoud3
 
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
FLOURISHING THROUGH SENSES: FROM Ab‘SENSE’ to Pre‘SENSE’ to Es‘SENSE’ to Re-...
Samuel Thuo
 
Exploratory Experiences Built by Design (UXPA25)
Exploratory Experiences Built by Design (UXPA25)
Design for Context
 
Transformative Storytelling_ Insights from the Sankofa Writing Intensive.pdf
Transformative Storytelling_ Insights from the Sankofa Writing Intensive.pdf
Dr. Rema
 
Clamp_and_bend_device_exercisee_SFC.pptx
Clamp_and_bend_device_exercisee_SFC.pptx
DhanushJCS1
 
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
 
Clamp_and_bend_device_exercisee_DSD.pptx
Clamp_and_bend_device_exercisee_DSD.pptx
DhanushJCS1
 
AVA-fundamentals-Gavin-Ambrose-Paul-Harris-The-fundamentals-of-typography-AVA...
AVA-fundamentals-Gavin-Ambrose-Paul-Harris-The-fundamentals-of-typography-AVA...
FaisalNurWibowo
 
3 bedroom bungalow and all bedrooms ensuite
3 bedroom bungalow and all bedrooms ensuite
modele dawodu
 
SUN PATH AND SHADOW ANGLESarchitrcture.pdf
SUN PATH AND SHADOW ANGLESarchitrcture.pdf
14ANUSHAVPARCHI
 
brain anatomy physiology 2025 short.pptx
brain anatomy physiology 2025 short.pptx
MohamedHany892810
 
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
riteshsahdev2
 
I2C EEPROM SIMULATION IN VERILOG-12.pptx
I2C EEPROM SIMULATION IN VERILOG-12.pptx
sudheerkurakula1218
 
Simone Laubscher ABC: Redefining Sustainable Luxury in the UAE Fashion Scene
Simone Laubscher ABC: Redefining Sustainable Luxury in the UAE Fashion Scene
Simone Laubscher ABC
 
Presentation.pptx tinkercadjajsjhdhdhdhs
Presentation.pptx tinkercadjajsjhdhdhdhs
sukh27012
 
Syrian politician opposition Randa Kassis
Syrian politician opposition Randa Kassis
mo820325
 
Exploring the Diverse Types of Textual Aids
Exploring the Diverse Types of Textual Aids
jenicahmendoza1
 
(18+ CLIP!) Sophie Rain Spiderman Viral Video Clip Sophie Rain Original Video
(18+ CLIP!) Sophie Rain Spiderman Viral Video Clip Sophie Rain Original Video
jamesfolkner123
 
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
最新版美国威斯康星大学普拉特维尔分校毕业证(UWP毕业证书)原版定制
taqyea
 
Digital Poster PPT.pptx..............................
Digital Poster PPT.pptx..............................
AhmedAboElSeoud3
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
Marius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
Expeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
Pixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
marketingartwork
 
Skeleton Culture Code
Skeleton Culture Code
Skeleton Technologies
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
SpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next
Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Lily Ray
 
How to have difficult conversations
How to have difficult conversations
Rajiv Jayarajah, MAppComm, ACC
 
Introduction to Data Science
Introduction to Data Science
Christy Abraham Joy
 
Time Management & Productivity - Best Practices
Time Management & Productivity - Best Practices
Vit Horky
 
The six step guide to practical project management
The six step guide to practical project management
MindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson36
 
2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
Marius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
Expeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
Pixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
marketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
SpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next
Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Lily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity - Best Practices
Vit Horky
 
The six step guide to practical project management
The six step guide to practical project management
MindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson36
 
Ad

week3.pptx python related programs and outputs

  • 2. 1.Aim: i) Write a program to convert a list and tuple into arrays. def convert(list): return tuple(i for i in list) list = [1, 2, 3, 4] print(convert(list)) OUTPUT: (1, 2, 3, 4)
  • 3. array1 = [1, 2, 3, 4, 5] array2 = [4, 5, 6, 7, 8] common_values = set(array1)&set(array2) print("The common values between the two arrays are:", list(common_values)) Output: The common values between the two arrays are: [4, 5] Aim: ii) Write a program to find common values between two arrays.
  • 4. def gcd(a, b): """ Returns the greatest common divisor of two integers a and b. """ while b != 0: a, b = b, a % b return a print(gcd(12,8)) print(gcd(30,45)) 2)Aim:Write a function called gcd that takes parameters a and b and returns their greatest common divisor.
  • 6. def isPalindrome(str): for i in range(0, int(len(str)/2)): if str[i] != str[len(str)-i-1]: return False return True s = "malayalam" ans = isPalindrome(s) if (ans): print("Yes") else: print("No") 3)Aim: Write a function called palindrome that takes a string argument and returnsTrue if it is a palindrome and False otherwise. Remember that you can use the built-in function len to check the length of a string.