Skip to content

Instantly share code, notes, and snippets.

@chriszf
Created November 12, 2013 19:13
Show Gist options
  • Save chriszf/7436943 to your computer and use it in GitHub Desktop.
Save chriszf/7436943 to your computer and use it in GitHub Desktop.
Meringue:shenanigans chriszf$ python test.py
fish
this is a fish
s/"fish"/"squid"/g
squid
this is a squid
import lib.vim
a = "fish"
b = "this is a fish"
print a
print b
s/"fish"/"squid"/g
print """s/"fish"/"squid"/g"""
print a
print b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment