Skip to content

Instantly share code, notes, and snippets.

class EmployeeProfile:
def __init__(self, name, max_shifts=5):
"""Return a Customer object whose name is *name* and starting
balance is *balance*."""
self.name = name
self.max_shifts = max_shifts
self.shift_count = 0
self.last_week_shifts = [False, False]
self.shifts = [False, False, False,
False, False, False,
@schafon
schafon / Orange-Turtle.py
Last active January 17, 2019 13:52
Script for Orange-Turtle - basic commands made easy for beginners
#!/usr/bin/python3
# Version 1.1
import cow_say_function
import check_install
import network_sniffer
import open_port_check
import settings
from mac_changer import *