4 lines
70 B
Python
4 lines
70 B
Python
import hello
|
|
|
|
if __name__ == '__main__':
|
|
print(hello.helloWorld()) |