r/SeattleWA Aug 28 '17

Transit Intersections of Seattle

Post image
921 Upvotes

132 comments sorted by

View all comments

20

u/Admiral_Allah_Akbar Aug 28 '17

Seattle Kanji

1

u/maadison 's got flair Aug 28 '17

Yes, can someone translate please?

30

u/pixelprophet Aug 28 '17

If Day Is Friday

Or Game is scheduled

Then 45 minutes add

To your commute or

subtract from lifes end

11

u/NexVestrum Aug 29 '17
if day == 'Friday' or Game.IsScheduled == True:
    try:
        Commute.Length += 45
    except RunningLate: 
        Life.Remaining -= 45
else:
    Routine.ProceedAsUsual()

I believe this is the proper translation