Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florestan Biaux
Messenger Statistics
Commits
f0aa1527
Commit
f0aa1527
authored
Jul 20, 2021
by
Florestan Biaux
💬
Browse files
Init tri
parent
d9427f1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
f0aa1527
import
tri
if
__name__
==
"__main__"
:
print
(
"Hello World !
\n
"
)
\ No newline at end of file
tri
.
tri
()
tri.py
View file @
f0aa1527
import
json
def
tri
(
fileinput
):
print
(
"test"
)
\ No newline at end of file
def
tri
():
print
(
"Hello tri
\n
"
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment