malimban / cruz-mahjong

Implementation of the Cruz Clan's version of Mahjong
0 stars 0 forks source link

Alternative commenting #43

Closed malimban closed 4 years ago

malimban commented 4 years ago

In Java, you can do public boolean foo() { /** / return true; /**/ return false /**/ and switch which // --> / / to change what is commented out. How would you do so in Python?