Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
16
Dependencies/Python/Lib/__hello__.py
vendored
Normal file
16
Dependencies/Python/Lib/__hello__.py
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
initialized = True
|
||||
|
||||
class TestFrozenUtf8_1:
|
||||
"""\u00b6"""
|
||||
|
||||
class TestFrozenUtf8_2:
|
||||
"""\u03c0"""
|
||||
|
||||
class TestFrozenUtf8_4:
|
||||
"""\U0001f600"""
|
||||
|
||||
def main():
|
||||
print("Hello world!")
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Reference in New Issue
Block a user