Tag: #code #nexes #new #python

  • New Language ! BHAI-LANG!

    ‘Bhai-Lang’ Is A JavaScript-Based Programming Language Built By Two Indian ‘Bros’ *What is Bhai-lang? A new programming language is in town. The “Bhai-lang” toy programming language was written in Typescript and makes programming look a lot more fun. “Bhai” is a Hindi word for brother. To use the language, users are required to write “hi bhai”…

  • Period checker !

    By Navonil Ganguly x=float(input(“enter current time :”))if x>=0 and x<=0.59 or x>=1 and x<=1.59 or x>=2 and x<=2.59 or x>=3 and x<=3.59: print(x,”AM”) print(“its mid night now”)elif x>=4 and x<=4.59 or x>=5 and x<=5.59: print(x,”AM”) print(“its bhor now”)elif x>=6 and x<=6.59 or x>=7 and x<=7.59 or x>=8 and x<=8.59 or x>=9 and x<=9.59 or x>=10…

  • Abal or disabled for work ?

    x=str(input(“enter the sex (male or female)-》”))y=str(input(“enter the marital status-》”))z=int(input(“enter the age-》”))if x==’m’ and y==’y’:print(“you can work in anywere”)elif x==’f’ and y==’y’:print(‘you can work in only unban areas’)if z==20 and z==40:print(‘you can work anywere’)elif z==40 and z==60:print(‘you can work only in unban areas’)else:print(‘error’)

  • Attendance Cracker in Python

    x=int(input(“enter your attend days:”))y=300total=x*100/yprint(total)pr=totaltt=75if pr>=tt:print(“you are allowed to sit in exam”)else:z=input(‘did you had any problems ? yes or no : ‘)if z==”yes”:print(“you are allowed to sit in exam”);else:print(“you are not allowed to sit in exam”);

Design a site like this with WordPress.com
Get started