We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1701bda commit 2bed067Copy full SHA for 2bed067
0x02-python-import_modules/103-fast_alphabet.py
@@ -0,0 +1,3 @@
1
+#!/usr/bin/python3
2
+import string
3
+print(string.ascii_uppercase)
0 commit comments