qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.06k stars 193 forks source link

No AssertionError #41

Closed DavidMAshton closed 7 years ago

DavidMAshton commented 7 years ago

Version 1.1.0 Android O

Test Code:

assert 2 == 3
print(4)

Expected result:

AssertionError

Actual result:

4
DavidMAshton commented 7 years ago

This should have been posted on qpython3 - have reposted it there (https://github.com/qpython-android/qpython3/issues/19) - just can't figure out how to delete this original issue report :/