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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am