Skip to content

Instantly share code, notes, and snippets.

View zeynepsu's full-sized avatar
🏠
Working from home

Zeynep Su Karasozen zeynepsu

🏠
Working from home
View GitHub Profile
@AraLawrence
AraLawrence / a_spilt.py
Created December 28, 2015 04:22
Summa Swap
summa = open("../summa.txt", 'r')
sum_answers = open("../buckets/answers.txt", "w")
summa_split = summa.read().split(' ')
switch = {'\n':' ', '_______________________':'', ']':'', '[':'', '(':'',
')':'', '_':'', ' man ':' humanity ', " man's ":' human ',
' man':' human', ' His ':' Her ', ' He ':' She ', ' Himself ':' Herself ',
' men ':' people '}
def check_answers():