5 lines
82 B
Python
5 lines
82 B
Python
# aDict = {1:2}
|
|
|
|
class testClass:
|
|
testVar = 123
|
|
testString = "Hello World" |