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
im sure you worked hard on this but HOLY MOTHER OF GOD THE CODE BURNS MY EYESSSSS
[1]: you didn't throw it under a main function? why, functions and definitions can help the code run faster, smoother, and even make the workflow a lot better if your collabing with other people
[2]: WHY os.system("clear") python is a very very VERY good language and is great for cross platform programs, this can easily work on windows if you change the statement under a def like this
this can easily be replaced and ran throughout the script
[3]: the banners- why do you need banners for every option? i feel one banner makes the code very well- cleaner, and especially if your just gonna print 5 of them in one statement, it would actually be better to have it read to a file than it would be to just print it, that way you can call that function throughout the script with optional arguments of the file and design
The text was updated successfully, but these errors were encountered:
im sure you worked hard on this but HOLY MOTHER OF GOD THE CODE BURNS MY EYESSSSS
[1]: you didn't throw it under a main function? why, functions and definitions can help the code run faster, smoother, and even make the workflow a lot better if your collabing with other people
[2]: WHY
os.system("clear")
python is a very very VERY good language and is great for cross platform programs, this can easily work on windows if you change the statement under a def like thisthis can easily be replaced and ran throughout the script
[3]: the banners- why do you need banners for every option? i feel one banner makes the code very well- cleaner, and especially if your just gonna print 5 of them in one statement, it would actually be better to have it read to a file than it would be to just print it, that way you can call that function throughout the script with optional arguments of the file and design
The text was updated successfully, but these errors were encountered: