Unit 2 Research Assignment 1
Sierra Baltins
Thursday
For Visual Basic a variable’s name must have a letter as the first character, you cannot use spaces, periods, or other special characters such as !@#. The name cannot exceed 255 characters. The variable should not have a similar name as the functions, statements, and methods, and the name cannot be repeated within the scope. This language is not case sensitive.
Python has a maximum line length of 79 characters. Use one leading underscore for non-public methods and instance variables. A programmer should use two leading underscores to avoid name clashes with subclasses. Lower case words with underscores should be used for naming functions. Capitalized words with underscores