Invisible Python: execute your GNOME clipboard and have the output typed for youpaste.pound-python.org 1 pointttttannebaum15 years ago1 commentSaveHideCopy link On HNComments−ttttannebaumOP15yA little documentation: This works with both expressions and actual code. For example,if "5 % 3" is in your clipboard, you get: 2and if "print 5 % 3" is in your clipboard, you also get: 2plus:"a = 6a*3" in clipboard does yield: 6
Comments
A little documentation: This works with both expressions and actual code. For example,
if "5 % 3" is in your clipboard, you get: 2
and if "print 5 % 3" is in your clipboard, you also get: 2
plus:
"a = 6
a*3" in clipboard does yield: 6