python oops part 2
input.... class Employee: no_of_leaves= 8 def printdetails ( self ): return f" { self .name } is my name ,…
input.... class Employee: no_of_leaves= 8 def printdetails ( self ): return f" { self .name } is my name ,…
input...... #class- tempalte #object - instance of the class #DRY = do not repeat yourself #get no of films(ravi) #class st…
print ( "how are you" ) print ( "do you want to print this statement in hindi or assamese" ) var3 = input ( …
print ( "MENU" ) print ( "1.area of circle" ) print ( "2.area of a triangle" ) print ( "3.are…
INPUT...... print ( "enter your number" ) var= int ( input ()) if (var % 2 ) == 0 : print ( "even" ) e…
INPUT... var1 = int ( input ( "Enter a number \n " )) var2 = int ( input ( "Enter a second number \n " )) v…
INPUT #first install pywhatkit import pywhatkit pywhatkit.sendwhatmsg( '+91700.....43' , 'happpy birthday everyone&…
................................................................. INPUT...................................................... im…