:heavy_check_mark: Hello world ex (examples/external/hello.py)

Code

import examples.python.hello_world

def main():
    print(examples.python.hello_world.get_hello_world())

if __name__ == '__main__':
    main()

Test cases

Env Name Status Elapsed Memory
array in object judge_data :heavy_check_mark: AC 21 ms 0 MB
str in object judge_data :heavy_check_mark: AC 22 ms 9 MB
array only in object judge_data :heavy_check_mark: AC 21 ms 0 MB
array judge_data :heavy_check_mark: AC 21 ms 0 MB
str judge_data :heavy_check_mark: AC 23 ms 9 MB
Back to top page