Log the Messages

Report a typo

Write the program that will log 5 messages of any urgency to the log.txt file.

Write a program in Python 3
import logging

# your code here
___

Create a free account to access the full topic