#python
Read more stories on Hashnode
Articles with this tag
def my_generator(): yield from ('Honda', 'Kawasaki', 'Suzuki', 'Yamaha') japan_makers = my_generator() euro_makers = ['Aprilia', '...
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...
Random & Lists · This morning was a slower pace for me. Working with the random library and lists. I didn't want to dig too deep as the weekend was hard...