Files
ChocoPy/src/test/data/pa1/sample/literals.py
T
2021-02-09 10:56:17 +00:00

8 lines
48 B
Python

True
False
1
None
"This is a string"
[1, 2, 3]