You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "./scripts/test_rand.py", line 123
expected = int(math.sqrt(oper1));
^
TabError: inconsistent use of tabs and spaces in indentation
*** Error code 1
Python-3.8
The text was updated successfully, but these errors were encountered:
Hi @yurivict and thanks for reporting! It seem the Python-code is not Python3 compatible. It works with 2.7, but should probably be ported to 3.x (2.x was sunset in 2020 AFAIK).
Python-3.8
The text was updated successfully, but these errors were encountered: