aa2's blog

By aa2, history, 23 months ago, In English
endl = '\n';
class Cout:
    def __lshift__(self, s):
        print(s, end='')  
        return self;
cout = Cout();

cout << "HON HON HON" << endl;
Tags op
  • Vote: I like it
  • +11
  • Vote: I do not like it

| Write comment?
»
23 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by aa2 (previous revision, new revision, compare).

»
20 months ago, # |
  Vote: I like it +2 Vote: I do not like it

nice

»
18 months ago, # |
  Vote: I like it +3 Vote: I do not like it

!

»
16 months ago, # |
  Vote: I like it 0 Vote: I do not like it

WOW

»
16 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Implement C++ by Python???