Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Erick Andersson
Test_for_API
Commits
153cdf3b
Commit
153cdf3b
authored
3 years ago
by
sofia
Browse files
Options
Download
Patches
Plain Diff
Commit de prueba
parent
b0d991f5
master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Example.py
+2
-0
Example.py
with
2 additions
and
0 deletions
+2
-0
Example.py
+
2
−
0
View file @
153cdf3b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets