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 #programming
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...
mern stack today I learned about the listing elements nesting and indentation anchor elements image elements and I have also made a birthday invite website. listing elements nesting and indentation anchor elements image elements Birthday i...
Python Hello again this is my day 2/100 of 100days of code I have learned about primitive data types in Python type errors, type checking, type conversion data types formatted strings little projects Adding strings with the index BMI calcula...