Lottie's profile picture

Published by

published

Category: Web, HTML, Tech

coding and shit

i have python class rn and i just wrote this for the code :skull: month=int(input("type the number of the month : ")) if month in {1,3,5,7,8,10,12}: print("31 days") elif month in (4,6,9,11): print("30 days") elif month == 2: print("28 days") else: print("that's not a month dumbass")


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )