Today program for edyoda certificate

class edyoda:
def certificate(self):
print(“Are you clear certificate”)
print(“If clear enter 1” )
print(“If not clear enter 0”)
x=int(input(“enter the value :”))
y=1

    if y==x:
        print("Congratulation")

    else:
        print("prepare for next attempt")

a=edyoda
print(a.certificate(self=“”))

2 Likes

Good going @anujkamble07

1 Like

Hi @anujkamble07 , so good to see you creating your first post on Community! Hoping to see more from you in the near future! :grin:

1 Like