You are trying to write a personal assistant, and one of its tasks is to print the local time for a user. Write a piece of code that would do that using the strftime() function with the output format: "It's 09:11.".
Time module
Personal assistant
Report a typo
Write a program in Python 3
import time
# put your python code here
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.