Skip to content

Instantly share code, notes, and snippets.

print "Restaurant menu program."
menu = {}
while True:
dish_name = raw_input("Enter the name of the dish: ")
dish_price = raw_input("Enter the price for '%s': " % dish_name)
menu[dish_name] = dish_price
new = raw_input("Would you like to enter new dish? (yes/no) ")
def pruef_rate(rate, antwort):
noch_rate = True
versuch = 0
while noch_rate and versuch < 3:
if rate == antwort:
print('Richtige Antwort')
noch_rate = False
else:
@OutroZinx
OutroZinx / index.html
Created November 27, 2018 09:45
google login
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Login Boogle</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Dominik Eckert,Fakebook">
<link href="style.css"
type="text/css"
rel="stylesheet">
@OutroZinx
OutroZinx / Fakebook-Dominik Eckert.html
Created November 14, 2018 19:29
Fakebook Dominik Eckert
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Dominik Eckert,Fakebook">
<title>Dominik Eckert Fakebook</title>
</head>