Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hallo Welt Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Samuel Braun
Hallo Welt Python
Commits
e62225fe
Commit
e62225fe
authored
1 year ago
by
Samuel Braun
Browse files
Options
Downloads
Patches
Plain Diff
Readme update
parent
e036fe84
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#241022
failed
1 year ago
Stage: build
Stage: test
Stage: dast
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-3
10 additions, 3 deletions
README.md
with
10 additions
and
3 deletions
README.md
+
10
−
3
View file @
e62225fe
...
...
@@ -9,6 +9,13 @@
```
## Nutzung
```
bash
python
-c
'import hallowelt.hallo;hallowelt.hallo.say_hello()'
```
\ No newline at end of file
1.
Kommandozeile
```
bash
python
-c
'import hallowelt.hallo;hallowelt.hallo.say_hello()'
```
1.
Im Skript
```
python
import
hallowelt.hallo
as
hey
hey
.
say_hello
()
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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