Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Reverse Names
Python Code Challenge
20 -
Write a program that prompts the user for a list of names, and then prints out the names in the correct order, but with the names written in reverse.
Python
Data Types
Lists