Re: How to repeat a loop once it is finished

2015-10-15 Thread abbasmo
could you change it to python v3.4 -- https://mail.python.org/mailman/listinfo/python-list

Re: How to repeat a loop once it is finished

2015-10-15 Thread abbasmo
if you could write a small piece of code for me it would great -- https://mail.python.org/mailman/listinfo/python-list

How to repeat a loop once it is finished

2015-10-15 Thread abbasmo
import time #this is so that i can set a timer print ("only print numbers as your answers (Round all numbers up) also the programme adds 0.5 extra for cost of : ") time.sleep(2) #this is to let the person know what format to write it in# answer = input ("enter the height of the room walls betwee

dont know if it sent sorry if it has

2015-10-13 Thread abbasmo
import time #this is so that i can set a timer print ("only print numbers as your answers (Round all numbers up): ") time.sleep(2) #this is to let the person know what format to write it in# answer = input ("enter the height of the room walls between 2 to 6 metres: ") #this is the first input t

I have this programme (annotated) I want allow it to run more than once any tips or even better python code. :)

2015-10-13 Thread abbasmo
import time #this is so that i can set a timer print ("only print numbers as your answers (Round all numbers up): ") time.sleep(2) #this is to let the person know what format to write it in# answer = input ("enter the height of the room walls between 2 to 6 metres: ") #this is the first input t