Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pytreat-practicals-2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Nichols
pytreat-practicals-2020
6b2ebac8ce94c91afaa62dcd52c2c9baed257e8f
pytreat-practicals-2020
talks
structuring
example_project
mypackage
mymodule.py
Find file
Normal view
Permalink
mymodule.py
63 B
Newer
Older
Working on structuring talk
Paul McCarthy
committed
7 years ago
1
2
3
4
5
#!/usr/bin/env python
def
myfunction
(
a
,
b
):
return
a
*
b