python oops part 2

input.... class Employee: no_of_leaves= 8 def printdetails ( self ): return f" { self .name } is my name ,…

introduction to python oops

input...... #class- tempalte #object - instance of the class #DRY = do not repeat yourself #get no of films(ravi) #class st…

python project for translation

print ( "how are you" ) print ( "do you want to print this statement in hindi or assamese" ) var3 = input ( …

QUIZ COMPETITION CODE IN PY CHARM

quiz competition code  INPUT..................................... print ( "welcome to the all rounder quiz " ) playin…

That is All