Hi Pyton Tutors thanks for adding me,

I am new to Python and missed one of my classes and am not sure of my homework. 
We are currently on sequencing and are being asked to make a function that 
receives text as an argument and returns the same text, but with 1 added to 
each number. So far I have:


def ReceiveAndReturn():

    sentence=raw_input("Give me a sentence with variables in it: ")
    
print ReceiveAndReturn



could anyone give me any hints on what else needs to be added?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to