Skip to content

Instantly share code, notes, and snippets.

View Camsbury's full-sized avatar

Cameron Kingsbury Camsbury

View GitHub Profile
print ("Hello")
#Set the frogs variable
frogs = 2
print ("Here are {} frogs".format(frogs)
suggestion = "Let's breed them"
respect = ", don't watch it's rude"
initialization = (suggestion + respect)
def double_frogs(frogs):
"""Doubles your frogs!"""