characters of any length with the ff: • The start character can be the underscore “_” or a capital(lower) case letters. • The letters following the start character can be anything which is permitted as a start character plus the digits. • Just a warning for Windows-spoilt users: Identifiers are case-sensitive! • Python keywords are not allowed as identifier names! Python reserved keywords: and, as, assert, break, class, continue, def, del, elif, else, except, finally, for, from, global, if, import, in, is, lambda, nonlocal, not, or, pass, raise, return, try, while, with, yield