#/* ---- EXAMPLE 1 ----- */ ocsaly_url = "http://ocsaly.com" udemy_url = "https://udemy.com" ocsaly_url = ocsaly_url.removeprefix("http://") udemy_url = udemy_url.removeprefix("https://") print(ocsaly_url) print(udemy_url)