7 followers
I like to improve other's ideas.I may not be the genius that thinks of the next best thing but I can look at how to make that better.
def my_generator(): yield from ('Honda', 'Kawasaki', 'Suzuki', 'Yamaha') japan_makers = my_generator() euro_makers = ['Aprilia', '...
I am still coding, but I have had to pause the time I spend blogging each day due to other commitments. Last weekend, I had to work in a very remote...
Functions with Prime Numbers and Caesar Cipher · Today's lessons were based around the use of functions, adding parameters and using the arguments....
TBH I did this on Day 6 - Who is counting? · Today's, cough, task was to create the hangman game.The lessons build the game slowly. It starts with...
Functions, Code Blocks & While Loops · Skipping over Functions, I have used them over the last few days, and there is no benefit to chewing over that...
Loops · Something I am comfortable with today. Although, I have to stick to the constraints of the lessons. There are certain tasks within today's...