Translated Labs

YOU SAID:

class Ball: def bounce(self): if self.direction == "down": self.direction = "up"

INTO JAPANESE

クラス Ball: def bounce(self): self.direction == "down": self.direction = "up" の場合

BACK INTO ENGLISH

class Ball: def bounce(self): if self.direction == "down": self.direction = "up"

INTO JAPANESE

クラス Ball: def bounce(self): self.direction == "down": self.direction = "up" の場合

BACK INTO ENGLISH

class Ball: def bounce(self): if self.direction == "down": self.direction = "up"

Equilibrium found!

This is a real translation party!

HOT PARTIES

You may want to crash these parties too

2
votes
01Aug10
1
votes
02Aug10
2
votes
01Aug10
1
votes
02Aug10
1
votes