Skip to content
Snippets Groups Projects
Commit 3fb6b038 authored by unknown's avatar unknown
Browse files

update

parent 8be3f1a1
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# Übung 1
%% Cell type:markdown id: tags:
Lasse Dir "Mein Name ist " und deinen Namen in der Konsole ausgeben.
Lasse Dir "Mein Name ist " mit Deinem 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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment