7 lines
220 B
Python
7 lines
220 B
Python
# Copyright (c) Microsoft. All rights reserved.
|
|
# Licensed under the MIT license.
|
|
|
|
print('####################################')
|
|
print('Hello World (without Azure ML SDK)!')
|
|
print('####################################')
|