Day 020 - Project 20 : List Generator

If you have any questions, comments or issues with this project please post them here!

1 Like

What are ten things you can always count on? Your fingers. Or this number generator I made.!!

https://replit.com/@JackAdem/Day-020-Project-20-List-Generator?v=1

Day 20 of #Replit100DaysOfCode #100DaysOfCode.

3 Likes

The challenge asks for you to display the list of numbers,

“ideally with different colors.”

But I’m uncertain exactly what it means. For my code I made it so that if the end number is below a certain point all the numbers printed will be color 1 .
if the end number is higher it will be color 2.
etc.
But is this what it really means or should it print each digit 0-9 as a separate color?

Here’s my code

1 Like

@vvithershins “with different colors” implies the use of ansi escape codes. here’s a cool website about it:

1 Like

Thank you,
I now have 4 different versions for the challenge :joy: