[Tutor] Tutoring

2014-08-28 Thread abid saied
Hi, would anyone like to provide some face to face guidance/tutoring? My post code is BL3 2LR, I’m happy to offer a nice meal, my wife makes some really good curries! thanks. Abid Saied abidsa...@gmail.com ___ Tutor maillist - Tutor@python.org

[Tutor] How to end this program

2014-08-20 Thread abid saied
drive a car? ") if answer == "YES": print("...You said yes, you loose!") elif answer == "NO": print ("...You said NO, you loose!") answer = input("Do you still watch cartoons? ") if answer == "YES"

[Tutor] Python = {0}.format

2014-08-17 Thread abid saied
Hi, I’m in the process of teaching myself python. Can someone have a look at the text in red and explain please. # String exercise 2 print("Quote Formatter") print("This program displays a given quote in different formats") print() # Why is this needed? quote = input("Please enter a quote to fo