Translated Labs

YOU SAID:

with open(“text.txt”) as file: print(“hello world”)

INTO JAPANESE

open( "text.txt")をfile:print( "hello world")として使用します。

BACK INTO ENGLISH

Use open ("text.txt") as file: print ("hello world").

INTO JAPANESE

file:print( "hello world")としてopen( "text.txt")を使用してください。

BACK INTO ENGLISH

Please use open ("text.txt") as file: print ("hello world").

INTO JAPANESE

file:print( "hello world")としてopen( "text.txt")を使用してください。

BACK INTO ENGLISH

Please use open ("text.txt") as file: print ("hello world").

Equilibrium found!

That didn't even make that much sense in English.

HOT PARTIES

2
votes
14h ago

You may want to crash these parties too

1
votes
07Aug09
1
votes