TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Invisible Python: execute your GNOME clipboard and have the output typed for you
1 点
作者
ttttannebaum
将近 14 年前
1 comment
ttttannebaum
将近 14 年前
A little documentation: This works with both expressions and actual code. For example,<p>if "5 % 3" is in your clipboard, you get: 2<p>and if "print 5 % 3" is in your clipboard, you also get: 2<p>plus:<p>"a = 6<p>a*3" in clipboard does yield: 6