Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, December 8, 2012

LearnStreet Python Lesson 8 Exercise 1


#sample solution


name = "Gladys"
other_name = "Mario the plumber"
def run():
    name = "GLaDOS"
    #write your code here
    return name, other_name
#check  
print run()  

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts