Created
March 20, 2021 10:01
-
-
Save AnisahTiaraPratiwi/8d2601f848e37d697b7a53829d569403 to your computer and use it in GitHub Desktop.
Printing "Hello, World" 10 times
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in range(10): | |
print("Hello, World!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment