kode status python untuk string

from http.client import responses

responses[200]
'OK'

responses[404]
'Not Found'
HosseinZaaferani