Skip to content

Instantly share code, notes, and snippets.

@D3f0
Created May 13, 2015 17:42
Show Gist options
  • Save D3f0/524950bd79b9b8d6907f to your computer and use it in GitHub Desktop.
Save D3f0/524950bd79b9b8d6907f to your computer and use it in GitHub Desktop.
Primer Notebook
{"nbformat_minor": 0, "cells": [{"source": "# Entorno Pilas\n```python\n\nimport pilasengine\n\npilas = pilasengine.iniciar()\nprotagonista = pilas.actores.Aceituna()\nprotagonista.aprender(pilas.habilidades.SeguirAlMouse)\npilas.ocultar_puntero_del_mouse()\n\npilas.ejecutar()\n\n```\n", "cell_type": "markdown", "metadata": {"slideshow": {"slide_type": "slide"}}}, {"source": "## Cosas a tener en cuenta\n * Item\n * Item\n * Item", "cell_type": "markdown", "metadata": {"slideshow": {"slide_type": "slide"}}}, {"execution_count": null, "cell_type": "code", "source": "", "outputs": [], "metadata": {"collapsed": true, "trusted": true}}], "nbformat": 4, "metadata": {"kernelspec": {"display_name": "Python 2", "name": "python2", "language": "python"}, "language_info": {"mimetype": "text/x-python", "nbconvert_exporter": "python", "version": "2.7.6", "name": "python", "file_extension": ".py", "pygments_lexer": "ipython2", "codemirror_mode": {"version": 2, "name": "ipython"}}, "celltoolbar": "Slideshow"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment