Commit 153cdf3b authored by sofia's avatar sofia
Browse files

Commit de prueba

parent b0d991f5
Showing with 2 additions and 0 deletions
+2 -0
......@@ -2,12 +2,14 @@ class Aclass:
def __init__(self):
self.a= "Hello World"
self.b= "Goodbye"
self.c= "See you later"
def print_hello(self):
print(self.a)
def print_bye(self):
print(self.b)
print(self.c)
a= Aclass()
a.print_message()
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment