Is there a method to check the length of the CURRENT full code?
Similar to this:
#The file is the current code, not an another
file = open("main.py", "r")
length_in_lines = file.linelength()
length_in_characters = file.chars()
If you know a similar method to solve this or fix the errors, on the code thank you :D