Compare commits
2 commits
2221cefe84
...
beab89219d
| Author | SHA1 | Date | |
|---|---|---|---|
| beab89219d | |||
| 7b1a760e56 |
2 changed files with 7 additions and 1 deletions
6
hallo.py
Normal file
6
hallo.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
print("Hello World!")
|
||||
print(3+5)
|
||||
name=input("Wie heißt du?")
|
||||
alter=input("Wie alt bist du")
|
||||
|
||||
print(f"Ich heiße {name} und bin {alter} Jahre alt.")
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
|
||||
<main>
|
||||
<h1>Sneaky Snack Snakes</h1>
|
||||
<h1>Sneaky Snack Snakes Schlange Schange</h1>
|
||||
<p id="begruessung"></p>
|
||||
|
||||
<img src="img/Sneaky_Snack_Snakes.png" alt="Sneaky Snack Snakes">
|
||||
|
|
|
|||
Loading…
Reference in a new issue