Skip to content

Instantly share code, notes, and snippets.

View glipR's full-sized avatar

Jackson Goerner glipR

View GitHub Profile
target = int(input())
# Pull the list from input, split by ", " character, and convert to integers
pair_list = list(map(int, input().split(", ")))
# Create a set (all unique elements from the list)
pair_set = set(pair_list)
results = []
for item1 in pair_set:
@glipR
glipR / keybase.md
Created September 12, 2019 00:09
Keybase info

Keybase proof

I hereby claim:

  • I am glipr on github.
  • I am glipr (https://keybase.io/glipr) on keybase.
  • I have a public key ASA1Iz-MYmttURPYFCOIH-oLL9s17dnKQuHq4tML0RLxqgo

To claim this, I am signing this object:

@glipR
glipR / ev3dev_overview.md
Last active September 10, 2022 00:47
EV3Dev Python Summary points + links

EV3Dev Python

Setup

Flashing SD Card

SD Card needs to be more than 4GB

Download the ISO here.