#python-beginner
Read more stories on Hashnode
Articles with this tag
#DAY 13 Of 100Days od code print ("EXAM GRADE CALCULATOR") print() student = input("what is your name: ") subject = input("what subject exams did...
##DAY 9 100DAYS OF PYTHON print("GENERATION GENERATOR") Age = int(input("what year were you born? ")) if Age >= 1925 and Age <= 1946: print ("You...
## DAY 5 OF 100DAYSOFCODING myname= input("What's your name?") if myname == "David": print("welcome Dude!") print ("Youre just the baldestr dude i...
#DAY 4 OF 100 DAYS OF CODING print("Welcome to your Adventure Story Simulator.") print () print("I am going to ask you a bunch of questions and then...
Hello to the world of coding and my very first project! Day 1 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit I learned about print...