Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Angewandte Geoinformatik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
cmalzer
Angewandte Geoinformatik
Commits
3fb6b038
Commit
3fb6b038
authored
5 years ago
by
unknown
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
8be3f1a1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Uebungen/Übung 1.ipynb
+15
-1
15 additions, 1 deletion
Uebungen/Übung 1.ipynb
with
15 additions
and
1 deletion
Uebungen/Übung 1.ipynb
+
15
−
1
View file @
3fb6b038
...
...
@@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Lasse Dir \"Mein Name ist \"
und d
eine
n
Namen in der Konsole ausgeben."
"Lasse Dir \"Mein Name ist \"
mit D
eine
m
Namen in der Konsole ausgeben."
]
},
{
...
...
@@ -43,6 +43,20 @@
"Gib dann \"Mein Name ist ... und ich bin im ... . Semester.\" aus, wobei Du die Variablen einsetzt."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Lass Dir jeweils den Datentyp Deiner definierten Variablen ausgeben."
]
},
{
"cell_type": "code",
"execution_count": null,
...
...
%% Cell type:markdown id: tags:
# Übung 1
%% Cell type:markdown id: tags:
Lasse Dir "Mein Name ist "
und d
eine
n
Namen in der Konsole ausgeben.
Lasse Dir "Mein Name ist "
mit D
eine
m
Namen in der Konsole ausgeben.
%% Cell type:code id: tags:
```
python
``
`
%%
Cell
type
:
markdown
id
:
tags
:
Lasse
Dir
"
Ich bin im ... . Semester
"
(
mit
Fachsemesteranzahl
)
ausgeben
.
%%
Cell
type
:
code
id
:
tags
:
```
python
```
%% Cell type:markdown id: tags:
Definiere zwei Variablen namens 'name' und 'fachsemester' und weise ihnen Werte zu.
Gib dann "Mein Name ist ... und ich bin im ... . Semester." aus, wobei Du die Variablen einsetzt.
%% Cell type:code id: tags:
```
python
```
%% Cell type:markdown id: tags:
Lass Dir jeweils den Datentyp Deiner definierten Variablen ausgeben.
%% Cell type:code id: tags:
```
python
```
...
...
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