s = 'cmkpeiqwpcaoeuvnmlpopl'and the regular expression
r = r'[aeiou]+'After importing the Python module re, what is the output of each of these statements:
t = (3, 5, 7) # Accessing tuple elements with t[1] is okay. print(t, t[1]) # Changing tuple elements is not okay, the following # statement will produce this error: # "TypeError: 'tuple' object does not support item assignment" t[1] = 9
import sysis needed to use
sys.exit( )which exits the script immediately.
name source_currency target_currency source_amount source_rate target_rate target_amountand the Python variable names
name sc tc sa sr tr ta