#python
Read more stories on Hashnode
Articles with this tag
Mastering Selection Sort · Imagine a beach where a starfish is carefully selecting shells, one at a time, from a pile. The starfish picks up each shell,...
Mastering Bubble Sort · Ever seen a bunch of penguins trying to line up from shortest to tallest? At first, it seems like chaos—they shuffle around,...
Capstone Project · The first capstone project A capstone project in the world of programming is a significant and comprehensive project. It serves as a...
Functions · Basic Functions A function is essentially a set of instructions that you can use over and over again to perform a specific task. For example,...
Dictionaries · Dictionaries are an effective way of storing key-value pairs. {"Key" : "Value} #Dictionary which stores the genders of pet...
Functions and Loops · Project - Hangman