Skip to content

Instantly share code, notes, and snippets.

@oohmeknees
oohmeknees / indentation example.py
Created March 8, 2017 08:14 — forked from anonymous/indentation example.py
indentation example created by jsh - https://repl.it/GLye/0
def continueFunction():
response = 'n'
while not(response == 'Y'):
response = input('Enter Y to continue: ')
return response
answer = continueFunction()
@oohmeknees
oohmeknees / Johnny-Five.markdown
Created April 16, 2014 12:06
A Pen by teachict.

Johnny Five

Short Circuit's Johnny Five robot. Hand coded from scratch in Haml and SCSS.

A Pen by teachict on CodePen.

License.

<object width="560" height="315"><param name="movie" value="//www.youtube.com/v/TPY8UwlTIc0?version=3&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/TPY8UwlTIc0?version=3&amp;hl=en_GB" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>