Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cinema
Post: RE: Cinema

#import import json def linien(zeichen):    outtext = " "    for i in range (1, 100):        outtext += zeichen    print (outtext) #Tabellen options = ["Avatar", "Hannibal", "Beenden"] linien("-") ...
ZeroSpin2309 Homework 9 6,289 Jan-12-2017, 09:06 AM
    Thread: Cinema
Post: RE: Cinema

#import import json print("Kino Hedinger") #Auswahlmenü des Filmes/Beenden print("1. Avatar") print("2. Hannibal") print("3. Beenden") film = int(input("Ihre Auswahl:")) if film == 1:    print("Sie ...
ZeroSpin2309 Homework 9 6,289 Jan-11-2017, 02:31 PM
    Thread: Cinema
Post: RE: Cinema

(Jan-11-2017, 11:55 AM)Larz60+ Wrote: Ask you friend to contact the forum with own questions Don't be toxic guys... Why i can't ask you for a answer for a mission? Where's the problem if i got no id...
ZeroSpin2309 Homework 9 6,289 Jan-11-2017, 12:32 PM
    Thread: Cinema
Post: RE: Cinema

(Jan-11-2017, 10:55 AM)Mekire Wrote: (Jan-11-2017, 10:34 AM)ZeroSpin2309 Wrote: The mission is to do a Python programm for a Cinema. Your mission; not ours. What have you tried? Where are you stuc...
ZeroSpin2309 Homework 9 6,289 Jan-11-2017, 11:50 AM
    Thread: Cinema
Post: Cinema

The mission is to do a Python programm for a Cinema.  Data for the cinema The cinema got 2 cinema halls (A and B) Every hall got 90 seats (6 Rows each 15 seats) The cinema is opened seven days a wee...
ZeroSpin2309 Homework 9 6,289 Jan-11-2017, 10:34 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020