pascalabcnet/TestSamples/PythonABC_Samples/py_err1.py

5 lines
51 B
Python
Raw Normal View History

2015-05-14 22:35:07 +03:00
python
# semantic error sample
a = 1
a = 1.1
nohtyp