Question: # Put your name in the my _ name variable. my _ name = 'Nicholas Holtman' # Tuples # 1 . a . Create a
# Put your name in the myname variable.
myname 'Nicholas Holtman'
# Tuples
# a Create a tuple consisting of an int, a float, and a string
intfloatstring
# b Create a tuple with a single item
atomictuple
# Write a function that takes a pair and returns that pair
# as a tuple, reversed.
# I.e if you pass in a b the return should be b a
def swappair:
# your implementation here
pass
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
