jah8213 jah8213 12-05-2022 Computers and Technology contestada Which function allows you to display the name of the month? >>>import time >>>aTime = time.locatime() >>>time.__________("%B",aTime) Sample Output: 'March'