Re: [Tutor] How to calculate the total cost

2016-03-30 Thread Alan Gauld
Forwarding to the list, please always use Reply All or reply List when responding to tutor messages. On 30/03/16 21:03, Nevina Dias wrote: > Hey, > I'm not sure.. > This is how our teacher said to do. He said to use input.. input() is the correct thing to use in v3 but you are using it wrongly.

Re: [Tutor] (no subject)

2016-03-30 Thread Alan Gauld
On 30/03/16 13:18, Jay Li wrote: > > http://idealwm.com/miles.php > > Best regards, > Jay Li Apologies, a couple of these messages have snuck through this week. It's been entirely my fault, I've hit the approve button when I meant to hit reject. The server is

Re: [Tutor] How to calculate the total cost

2016-03-30 Thread Alan Gauld
On 30/03/16 13:43, Nevina Dias via Tutor wrote: > import random > import time > > print ("Welcome to Pizza Shed!") > > tablenum = input ("Enter table number from 1-25 \n ") > while tablenum>25 or tablenum <=0: > tablenum = input ("Enter the correct table number, there are only 25 >

Re: [Tutor] How to calculate the total cost

2016-03-30 Thread Joel Goldstick
On Wed, Mar 30, 2016 at 8:43 AM, Nevina Dias via Tutor wrote: > import random > import time > > print ("Welcome to Pizza Shed!") > > tablenum = input ("Enter table number from 1-25 \n ") > while tablenum>25 or tablenum <=0: > tablenum = input ("Enter the correct table

[Tutor] How to calculate the total cost

2016-03-30 Thread Nevina Dias via Tutor
import random import time print ("Welcome to Pizza Shed!") tablenum = input ("Enter table number from 1-25 \n ") while tablenum>25 or tablenum <=0: tablenum = input ("Enter the correct table number, there are only 25 tables ") #Pizza menu with prices print

Re: [Tutor] Best tool for programming interactive games in Python

2016-03-30 Thread wolfrage8...@gmail.com
On Wed, Mar 30, 2016 at 10:36 AM, john wrote: > On 03/30/2016 04:27 AM, wolfrage8...@gmail.com wrote: >>> >>> I have a few students who are interested in creating interactive games in >>> Python. We have learned how to use tkinter but we are looking for >>> something more

Re: [Tutor] Best tool for programming interactive games in Python

2016-03-30 Thread john
On 03/30/2016 04:27 AM, wolfrage8...@gmail.com wrote: I have a few students who are interested in creating interactive games in Python. We have learned how to use tkinter but we are looking for something more robust. I tried using pygame I recommend Kivy; because then it is easy to take the

Re: [Tutor] Best tool for programming interactive games in Python

2016-03-30 Thread wolfrage8...@gmail.com
>I have a few students who are interested in creating interactive games in >Python. We have learned how to use tkinter but we are looking for > something more robust. I tried using pygame I recommend Kivy; because then it is easy to take the app from computer to Phone; which opens the world of