True_vib
2 years agoHonored Guest
Hello
Are we all going to become robots in the future?
Class Human:
def __init__(self, humanity):
self.humanity = humanity
Person = Human(True)
if Person.humanity == True:
print("All life are created equal")
return 1
else:
print("I know all emotions, yet I cannot feel")
return 0