Skip to content

Instantly share code, notes, and snippets.

View lyxal's full-sized avatar
🍔
It's a regional dialect

lyxal lyxal

🍔
It's a regional dialect
  • ‏ɹ‏‏ǝ‏‏p‏‏u‏‏n ‏u‏ʍ‏‏‏o‏‏p‏ ‏p‏‏u‏‏ɐ‏‏l ‏ǝ‏‏‏ɥ‏‏‏ʇ‏ • ‏ɐ‏‏ᴉ‏‏l‏‏ɐ‏‏ɹ‏‏ʇ‏‏s‏‏n‏‏∀‏
  • 02:42 (UTC +10:00)
View GitHub Profile
import sys
#import Parse, random
import math
#All built-in functions
LENGTH = "!"
DUPLICATE = ":"
POP = "_"
PRINT_CHR = ","
PRINT_INT = "."
SQUARE = ["[", "]"]
ROUND = ["(", ")"]
CURLY = ["{", "}"]
FUNCTION = ["@", ";"]
OPEN, CLOSE = "[({@", "])};"
class CMDS:
CMD = "cmd"
@lyxal
lyxal / Lambda Template.py
Created October 28, 2018 05:32
An AWS Lambda Function template for working with Alexa skills
'''
This is a template for a lambda function, based off the alexa-skills-kit-color-expert-python example
'''
from __future__ import print_function
#Helper functions that build the responses -- don't change these