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
When I use this code:
print(minFunc('4','(0,4,8,10)d(2,12,15)'))
It gives the error: "
Traceback (most recent call last):
File "D:\DAI HOC BACH KHOA\HK2_2021-2022\2 - Do an THTN\MyKarnaugh\utilities.py", line 463, in
print(minFunc('4','(0,4,8,10)d(2,12,15)'))
File "D:\DAI HOC BACH KHOA\HK2_2021-2022\2 - Do an THTN\MyKarnaugh\utilities.py", line 356, in minFunc
z=order(z)
File "D:\DAI HOC BACH KHOA\HK2_2021-2022\2 - Do an THTN\MyKarnaugh\utilities.py", line 335, in order
if(z[i][j]=='x'):
IndexError: string index out of range
"
Please help !
The text was updated successfully, but these errors were encountered:
When I use this code:
print(minFunc('4','(0,4,8,10)d(2,12,15)'))
It gives the error: "
Traceback (most recent call last):
File "D:\DAI HOC BACH KHOA\HK2_2021-2022\2 - Do an THTN\MyKarnaugh\utilities.py", line 463, in
print(minFunc('4','(0,4,8,10)d(2,12,15)'))
File "D:\DAI HOC BACH KHOA\HK2_2021-2022\2 - Do an THTN\MyKarnaugh\utilities.py", line 356, in minFunc
z=order(z)
File "D:\DAI HOC BACH KHOA\HK2_2021-2022\2 - Do an THTN\MyKarnaugh\utilities.py", line 335, in order
if(z[i][j]=='x'):
IndexError: string index out of range
"
Please help !
The text was updated successfully, but these errors were encountered: