Files
2025-04-04 13:28:56 +03:00

7 lines
85 B
Python

def main():
print("Hello from jupyter!")
if __name__ == "__main__":
main()