student = raw_input("Enter student first and last name: ") teacher = raw_input("Enter Teacher Name: ") period = raw_input("What period?: ") print "%s, \n I am in the process of scheduling observations for the next few weeks. I will be coming in to your class during %s period at some point during the next week or two to observe %s. My goal in these observations is to get an idea of %s's behavior over the course of the school year and get a chance to see how they behave in a classroom setting. Please let me know if there is any reason you do not want me to come into your room to observe during that class period. \nThank You!" % (teacher, period, student, student)
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question