Python 3 MCQ (SET-5) – Multiple Choice Questions and Answers

What does the following statements do?from datetime import *print(datetime.today().strftime(‘%x’))a. Displays the time appropriate for localeb. Displays the current year as 00 to 99c. Displays the current year as 0001 to 9999d. Displays the date appropriate for locale What does the following statements do?from datetime import *print(datetime.today().strftime(‘%X’))a. Displays the current year as 0001 to 9999b. Displays … Read more