Respuesta :

Answer:

See the short code Below

Explanation:

Let us implement the code with Python programming language

def printDottedLine ():

print("..... "\n) # this line will print 5 dots

ACCESS MORE