{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Übung 1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Lasse Dir \"Mein Name ist \" mit Deinem Namen in der Konsole ausgeben." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Lasse Dir \"Ich bin im ... . Semester\" (mit Fachsemesteranzahl) ausgeben." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Definiere zwei Variablen namens 'name' und 'fachsemester' und weise ihnen Werte zu. \n", "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, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.7" } }, "nbformat": 4, "nbformat_minor": 2 }