Supposed you are given a list of words from a user. Write a
Python function that will print one line for each word, repeating
that word twice. For example, if the user entered a word list
['Ali', 'Hanan', 'Serene'], then your code would print Ali Ali
Hanan Hanan Serene Serene
Supposed you are given a list of words from a user. Write a Python function that will print one line for each word, repe
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Supposed you are given a list of words from a user. Write a Python function that will print one line for each word, repe
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!