The right moment

Report a typo

Below is a program that reminds a user to learn Python, but it has a line with mistakes. Find the line, correct it, and type the correct version of this line in the text field below.

import time
current_time = strftime("%H:%M", time.gmtime) 
action = 'to learn Python'

print(f"It's {current_time}. Time {action}.")

Tip: There are two mistakes in one line.

Enter a short text
___

Create a free account to access the full topic