maha.constants.english.simple# English simple constant definitions. Module Contents# A :str = A[source]# Latin Capital letter A B :str = B[source]# Latin Capital letter B C :str = C[source]# Latin Capital letter C D :str = D[source]# Latin Capital letter D E :str = E[source]# Latin Capital letter E F :str = F[source]# Latin Capital letter F G :str = G[source]# Latin Capital letter G H :str = H[source]# Latin Capital letter H I :str = I[source]# Latin Capital letter I J :str = J[source]# Latin Capital letter J K :str = K[source]# Latin Capital letter K L :str = L[source]# Latin Capital letter L M :str = M[source]# Latin Capital letter M N :str = N[source]# Latin Capital letter N O :str = O[source]# Latin Capital letter O P :str = P[source]# Latin Capital letter P Q :str = Q[source]# Latin Capital letter Q R :str = R[source]# Latin Capital letter R S :str = S[source]# Latin Capital letter S T :str = T[source]# Latin Capital letter T U :str = U[source]# Latin Capital letter U V :str = V[source]# Latin Capital letter V W :str = W[source]# Latin Capital letter W X :str = X[source]# Latin Capital letter X Y :str = Y[source]# Latin Capital letter Y Z :str = Z[source]# Latin Capital letter Z SMALL_A :str = a[source]# Latin Small letter A SMALL_B :str = b[source]# Latin Small letter B SMALL_C :str = c[source]# Latin Small letter C SMALL_D :str = d[source]# Latin Small letter D SMALL_E :str = e[source]# Latin Small letter E SMALL_F :str = f[source]# Latin Small letter F SMALL_G :str = g[source]# Latin Small letter G SMALL_H :str = h[source]# Latin Small letter H SMALL_I :str = i[source]# Latin Small letter I SMALL_J :str = j[source]# Latin Small letter J SMALL_K :str = k[source]# Latin Small letter K SMALL_L :str = l[source]# Latin Small letter L SMALL_M :str = m[source]# Latin Small letter M SMALL_N :str = n[source]# Latin Small letter N SMALL_O :str = o[source]# Latin Small letter O SMALL_P :str = p[source]# Latin Small letter P SMALL_Q :str = q[source]# Latin Small letter Q SMALL_R :str = r[source]# Latin Small letter R SMALL_S :str = s[source]# Latin Small letter S SMALL_T :str = t[source]# Latin Small letter T SMALL_U :str = u[source]# Latin Small letter U SMALL_V :str = v[source]# Latin Small letter V SMALL_W :str = w[source]# Latin Small letter W SMALL_X :str = x[source]# Latin Small letter X SMALL_Y :str = y[source]# Latin Small letter Y SMALL_Z :str = z[source]# Latin Small letter Z ZERO :str = 0[source]# Digit Zero ONE :str = 1[source]# Digit One TWO :str = 2[source]# Digit Two THREE :str = 3[source]# Digit Three FOUR :str = 4[source]# Digit Four FIVE :str = 5[source]# Digit Five SIX :str = 6[source]# Digit Six SEVEN :str = 7[source]# Digit Seven EIGHT :str = 8[source]# Digit Eight NINE :str = 9[source]# Digit Nine EXCLAMATION_MARK :str = ![source]# QUOTATION_MARK :str = "[source]# NUMBER_SIGN :str = #[source]# HASHTAG :str[source]# DOLLAR_SIGN :str = $[source]# PERCENT_SIGN :str = %[source]# AND_SIGN :str = &[source]# AMPERSAND :str[source]# APOSTROPHE :str = '[source]# LEFT_PARENTHESIS :str = ([source]# RIGHT_PARENTHESIS :str = )[source]# ASTERISK :str = *[source]# PLUS_SIGN :str = +[source]# COMMA :str = ,[source]# MINUS_SIGN :str = -[source]# HYPHEN_SIGN :str[source]# DOT :str = .[source]# FULL_STOP :str[source]# SLASH :str = /[source]# COLON :str = :[source]# SEMICOLON :str = ;[source]# LESSTHAN_SIGN :str = <[source]# EQUAL_SIGN :str = =[source]# GREATERTHAN_SIGN :str = >[source]# QUESTION_MARK :str = ?[source]# AT_SIGN :str = @[source]# LEFT_BRACKET :str = [[source]# BACKSLASH :str = \[source]# RIGHT_BRACKET :str = ][source]# EXPONENT_SIGN :str = ^[source]# CIRCUMFLEX_ACCENT :str[source]# UNDERSCORE :str = _[source]# LOWLINE :str[source]# GRAVE_ACCENT :str = `[source]# LEFTCURLY_BRACKET :str = {[source]# VERTICAL_BAR :str = |[source]# RIGHTCURLY_BRACKET :str = }[source]# TILDE :str = ~[source]#