Personal assistant

Report a typo

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.".

Write a program in Python 3
import time

# put your python code here
___

Create a free account to access the full topic