-
-
Save ladyeklipse/0c2aa427566bf65f9f502d2ab38b5f6e to your computer and use it in GitHub Desktop.
t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from testpy import * | |
print("test") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
print(sqrt(2)) | |
while True: | |
print("Hello world") | |
print(3) | |
break |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment