mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-20 09:37:04 -05:00
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('####################################')
|