#coding
Read more stories on Hashnode
Articles with this tag
ECX 30 Days of Code and Design Day 7 Wordle Wordle is a single-player game, in which a user is required to guess a 5-letter hidden word in 6...
ECX 30 Days of Code Day 4 Decimal to Hexadecimal. Task Without using the inbuilt hex() function, write a function that takes an integer as input, and...
ECX 30 Days of Code Day 3 Palindromic Numbers Task A palindromic number is a number that remains the same when its digits are reversed. Write a...
ECX 30 Days of Code Day 2 Mode of a List Task Extend the function from day 1 to also print out the modal element(s) of the input list; i.e., to...