Showing posts from January, 2022

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 ( …

Load More
That is All