A satellite tracking system catalogues orbital payloads using a standardised telemetry identifier format.
The format of each identifier is structured as follows:
/)./)./).Example valid identifiers:
US/2023/COMMS/045JP/2019/METEO/012UK/2025/MILIT/108Assume a variable named tracking_id stores one of these valid identifiers as a string.
Construct an expression, using string slicing or indexing, to extract the 5-character payload classification code from tracking_id. Assume 0-based indexing is used.