Day 5
I wrote some little code today using loops and ranges. average height highest score adding even numbers FizzBuzz STRONG PASSWORD GENERATOR check out my GitHub repository for the code GitHub link
Search for a command to run...
Articles tagged with #wemakedevs
I wrote some little code today using loops and ranges. average height highest score adding even numbers FizzBuzz STRONG PASSWORD GENERATOR check out my GitHub repository for the code GitHub link
Randomization and Python lists "Random module" import random rnd_int = random.randint(1,25) print(rnd_int) rnd_flt = random.random() print(round(rnd_flt,2)) rnd_cmbd = rnd_int + rnd_flt print(round(rnd_cmbd,2)) "heads or tails " import random coin=ra...
Python today I learned control flow and logical operators and also I did some interactive coding in the coding rooms. things like to Even or odd Bmi calculator Leap year finder Python pizza delivery Love calculator Treasure hunt game I did al...
I'm Dheeraj studying computer science and engineering. I'm a final-year student. I'm inspired byKunal Kushwaha the way he explains that data structures and algorithms are quite like a friend who explains the whole syllabus in 20mins before the exam, ...