Skip to content

Instantly share code, notes, and snippets.

@ladyeklipse
Last active December 12, 2020 07:52
Show Gist options
  • Save ladyeklipse/0c2aa427566bf65f9f502d2ab38b5f6e to your computer and use it in GitHub Desktop.
Save ladyeklipse/0c2aa427566bf65f9f502d2ab38b5f6e to your computer and use it in GitHub Desktop.
t
from testpy import *
print("test")
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