Question: Can someone please help with problem 2? I have to write a code that follows the step-by-step instructions seen in red in the Linux Mint
Can someone please help with problem 2? I have to write a code that follows the step-by-step instructions seen in red in the Linux Mint software
Problem 2. (Domain Type) Implement the function domain type) in domain_type.py that returns the domain type of the URI specified as argument. For example, the domain type of the URL http://ww.svamiiyer. net/cs110/ is net. You may assume that the URL starts with 'http:// and ends with /". Hint: use the str methods find) and split s python domain.type py http:/w.swamiiyer.net/cs110/ net Linux Mint [Running] domain_type.py(/coursework/homeworks) File Edit View Search Tools Documents Help import stdio import sys # Returns the domain type of the given URL def domain_type(URL): # Test client [DO NOT EDIT]. Reads a URL as command-line argument and writes # its domain type. def main): URL = sys.argv [1] stdio.writeln(domain_type (URL)) if name la main main )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
