t = 1,tuple
constructor or empty parens (())tuple constructor can also be used to convert other
types into tuplesWrite a concise program to swap the values in two variables,
a and b
Write a Python program that creates a list of all words in a sentence. The list should be sorted by the length of the word, smallest first. For example, the sentence “She is a girl” should produce:
['a', 'is', 'She', 'girl']