Question: **Python for Data Analysis Book** Part 1 Map the following words in sequential in a variable called mapping (See page 59 & 60) Words =
**Python for Data Analysis Book**
Part 1
Map the following words in sequential in a variable called mapping (See page 59 & 60)
Words = [Orion, Popcorn, Newt, Goiter, Fungible, Yeti, Ransomed, Gentry, Poise]
Part 2
Sort the following numbers (See page 59 & 60)
Numbers = [ 6 2 3 7 8 5 4 1]
Part 3
Zip the following variables:
Words = [Orion, Popcorn, Newt, Goiter, Fungible, Yeti, Ransomed, Gentry, Poise]
Part 4
Write a program to create a function that takes two arguments, name and age, and print their value.
Part 5
Write a program to create function func1() to accept a variable length of arguments and print their value.
Part 6
Write a program to create function calculation() such that it can accept two variables and calculate addition and subtraction. Also, it must return both addition and subtraction in a single return call.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
