Question: I want to write python code that can count the number of dot in a URL and return 1 if number of dot grater than
I want to write python code that can count the number of dot in a URL and return 1 if number of dot grater than 2 else return 0.
the code will be in the function with name "def Dotnumber(URL): "
to be call later to use for others urls
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
