Ternary expressions
Variables
Data types
Read the code carefully
import logging logging.basicConfig(level=logging.INFO, format="%(levelname)s: %(message)s") logging.info("Service started")
What will the program print? Write here: