Answer to Question #301203 in Python for jeah

Question #301203

Do you like reading books? If you do, then you must have encountered texts that have quite a wide space with dots in between them, just like pausing or thinking before proceeding the narration. Let's try doing that here in Python,


1
Expert's answer
2022-02-22T16:31:33-0500
print(input())
for _ in range(3):
    print('.')
print(input())

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog