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
Copy file name to clipboardExpand all lines: main.py
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -428,7 +428,7 @@ def clear():
428
428
429
429
iftest_string==test_string998:
430
430
431
-
print("\nrun 100% succesfully")
431
+
print("\nran 100% succesfully")
432
432
433
433
ifnottest_string==test_string998:
434
434
@@ -643,7 +643,7 @@ def clear():
643
643
hex_log_three_99.write(time_usage_formatted)
644
644
hex_log_three_99.close()
645
645
646
-
print("\n type clear to clear the text files.. or clear all to clear the text files and the color_code.txt( will not work without a color code) or you can always use delete all")
646
+
print("\ntype clear to clear the text files.. or clear all to clear the text files and the color_code.txt( will not work without a color code) or you can always use delete all, use print to print the contents of the console.")
647
647
648
648
clear_files_option=input("\npress any button to close this window: ")
0 commit comments