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
{{ message }}
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
print('The Program had a error on line',str(x)+'.')
elif y!= 0:
print('The Program may have had a error on line',str(x),'to line',str(y)+'.')
elif y < 0:
print('The y value is less than 0! y is currently set to',y+'.\nThe line x is set to is line',x+'.\nPlease report this on the issues tab of the github repo.')