Created
June 4, 2017 00:47
-
-
Save rodvan/c9e4e464684ee848ba3afaeba20d2194 to your computer and use it in GitHub Desktop.
This file contains 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
import os, sys | |
a = 23 | |
b = 23 | |
lista = [23,32,43,54,63,72,84,93,102] | |
print(sys.version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment