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
then again uptop and through the entire script i see
os.system('clear')
os.system('clear')
os.system('clear')
os.system('clear')
multiple times with no end even though you have an entire function for clearing the screen already, this annoys me the most about developers i hate looking at code and seeing os.system and time.sleep statements over and over and over and over through the entire script
no need for that much system clear statements in one brick of code
The text was updated successfully, but these errors were encountered:
As a developer who developes websites, cyber weapons, and even AI this code hurt my eyes, i think it can be done way WAY better for one
WHY
then again uptop and through the entire script i see
os.system('clear')
os.system('clear')
os.system('clear')
os.system('clear')
multiple times with no end even though you have an entire function for clearing the screen already, this annoys me the most about developers i hate looking at code and seeing os.system and time.sleep statements over and over and over and over through the entire script
no need for that much system clear statements in one brick of code
The text was updated successfully, but these errors were encountered: