Skip to content

Instantly share code, notes, and snippets.

@AnisahTiaraPratiwi
Created March 20, 2021 10:01
Show Gist options
  • Save AnisahTiaraPratiwi/8d2601f848e37d697b7a53829d569403 to your computer and use it in GitHub Desktop.
Save AnisahTiaraPratiwi/8d2601f848e37d697b7a53829d569403 to your computer and use it in GitHub Desktop.
Printing "Hello, World" 10 times
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