Re: [Tutor] Help with converting a string into a integer

2013-10-31 Thread Carmen Salcedo
Thanks Bob! :) I'm very new at programming in Python. I appreciate your feedback. Have a great week! Sent from my iPhone On Oct 31, 2013, at 1:07 PM, "bob gailer" wrote: > On 10/31/2013 10:11 AM, Carmen Salcedo wrote: >> Thanks Bob! :) A list is great idea. I'm

Re: [Tutor] Help with converting a string into a integer

2013-10-31 Thread Carmen Salcedo
Hi Mark, Thanks for the feedback. I figured it out. Yes, I'm using python 2.7 (typo in the last email). Have a great day. Sent from my iPhone On Oct 31, 2013, at 10:44 AM, "Mark Lawrence" wrote: > On 31/10/2013 02:00, Carmen Salcedo wrote: >> Hi Everyone, >> &

Re: [Tutor] Help with converting a string into a integer

2013-10-31 Thread Carmen Salcedo
; On 10/31/2013 7:52 AM, Carmen Salcedo wrote: >> I'm not able to post it right now. All I did to the previous program i >> emailed was changed isalpha() to str.isalpha. > That does agree with what you posted or got. > > The part of your original program that should print

Re: [Tutor] Help with converting a string into a integer

2013-10-31 Thread Carmen Salcedo
uch. :) Carmen Sent from my iPhone Sent from my iPhone On Oct 31, 2013, at 6:33 AM, "bob gailer" wrote: > On 10/30/2013 10:00 PM, Carmen Salcedo wrote: > > > Hi Everyone, > > hi > > some guidelines for this list. > post in plain text not html. > tell

Re: [Tutor] Help with converting a string into a integer

2013-10-31 Thread Carmen Salcedo
I'm not able to post it right now. All I did to the previous program i emailed was changed isalpha() to str.isalpha. Thanks Sent from my iPhone On Oct 31, 2013, at 7:09 AM, "bob gailer" wrote: > On 10/31/2013 6:49 AM, Carmen Salcedo wrote: >> Hi, >> >> I

[Tutor] Help with converting a string into a integer

2013-10-31 Thread Carmen Salcedo
Hi Everyone, I hope you're having a great week. I'm working on this program that converts strings to integers. Can someone please help me out? :) Below is the program: def main():selection = input("Enter you choice. Enter 1 " + "for Phone Translator or 2 for Backward String