Delete hello_with_delay.py

This commit is contained in:
Shané Winner
2019-09-22 20:36:50 -07:00
committed by GitHub
parent 5d9d8eade6
commit 247a25f280

View File

@@ -1,8 +0,0 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
import time
print("Wait for 10 seconds..")
time.sleep(10)
print("Done waiting")