DefGamerGreg / List-Shuffler

Python 3.6
1 stars 0 forks source link

Python Shuffler - Learning Progress Report #1

Open DefGamerGreg opened 2 years ago

DefGamerGreg commented 2 years ago

My first project on GitHub https://github.com/DefGamerGreg/List-Shuffler.git

I made a shuffler for chemistry test, it randomly generates a list of words or sentences with Python 3.6

It’s very simple, kinda challenging at first, but I got some help from my instructor.

This isn’t the best shuffler out there, so I’m encouraging people on GitHub to give me ideas or correct me. I am willing to learn and share my learning progress with the community.

(I’m new to Python, help and attentions needed thanks!)

DefGamerGreg commented 2 years ago

I will continue to work on more codes as I get further with Computer Science.

lkabuci commented 2 years ago

i added some few changes to your code

DefGamerGreg commented 2 years ago

Thank you!