Skip to content
Snippets Groups Projects
Commit 4e2af5f5 authored by Jutta Salmela's avatar Jutta Salmela
Browse files

Update etusivu.py

parent 9a4b33f7
No related branches found
No related tags found
No related merge requests found
......@@ -16,30 +16,7 @@ def elokuvien_tiedot(elokuva: tuple):
def varaus():
print("Tähän tulee varausjärjestelmä! :)")
#tähän siis kasataan varausjärjestelmä, tai sit tähän laitetaan toinen funktio joka sit määritellään aiemmin
1_sali = [(1, 2, 3, 4, 5, 6, 7, 8, 9, 10),
(11, 12, 13, 14, 15, 16, 17, 18, 19, 20),
(21, 22, 23, 24, 25, 26, 27, 28, 29, 30),
(31, 32, 33, 34, 35, 36, 37, 38, 39, 40),
(41, 42, 43, 44, 45, 46, 47, 48, 49, 50),
(51, 52, 53, 54, 55, 56, 57, 58, 59, 60),
(61, 62, 63, 64, 65, 66, 67, 68, 69, 70),
(71, 72, 73, 74, 75, 76, 77, 78, 79, 80),
(81, 82, 83, 84, 85, 86, 87, 88, 89, 90),
(91, 92, 93, 94, 95, 96, 97, 98, 99, 100)]
2_sali = [(1, 2, 3, 4, 5, 6, 7), #7 x 7 sali näytti paremmalta, jos et tykkää niin mennään 5 x 10 salilla
(8, 9, 10, 11, 12, 13, 14), #joo tää näyttää paremmalta mennään sillä (annukka)
(15, 16, 17, 18, 19, 21, 22),
(23, 24, 25, 26, 27, 28, 29),
(30, 31, 32, 33, 34, 35, 36),
(37, 38, 39, 40, 41, 42, 43),
(44, 45, 46, 47, 48, 49, 50)]
3_sali = [(1, 2, 3, 4, 5),
(6, 7, 8, 9, 10),
(11, 12, 13, 14, 15),
(16, 17, 18, 19, 20),
(21, 22, 23, 24 ,25)]
def admin():
......
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