Variables and Identifiers: The Representation of Character Values
Variables and Identifiers: The Representation of Character Values
Art of Computing -> Algorithms -> Information Theory -> Computer Hardware
Data representation -> Hexa, Octal, Decimal and Conversions -> Boolean Logic ->
gates -> half bit full bit adders -> user application operating system hardware ->
Programming languages
Syntax -> compilers vs interpreters -> python -> basic arithmetic ->
Quiz tmrw
String Value
01111100
001100010011001000110100
124
is
65
The chr function gives the character for a given encoding value
Chr(65)
is
Control Characters!
Control characters are special characters that are not displayed
They control the display of output
Print(Hello\nJennifer Smith)
>Hello
>Jennifer Smith