#data-science
Read more stories on Hashnode
Articles with this tag
In today’s competitive digital landscape, meaningful outreach can make all the difference, yet manual cold emailing remains tedious and...
Exploration of Linear Unit · A formula y=wx+b A linear unit with three inputs. The formula for this neuron would be y=w0x0+w1x1+w2x2+b . A linear unit...
import random, os, time def rollDice(side): result = random.randint(1,side) return result def health(): healthStat =...
print("Welcome to Guess the Number.") print() print("Guess a number between 1 and 1,000,000 and I will tell you if you are too low, too high, or get...
#DAY 13 Of 100Days od code print ("EXAM GRADE CALCULATOR") print() student = input("what is your name: ") subject = input("what subject exams did...
#DAY 12 100Days Of Code print("100 Days of Code QUIZ") print() print("How many can you answer correctly?") ans1 = input("What language are we writing...