B2.1.1
Construct and trace programs using a range of global and local variables
Construct and trace programs using a range of global and local variables
x: bool = False
x: int = 10
x: str = "a"
x: float = 3.14
x: str = "Hello World"
Construct and trace programs using a range of global and local variables
x: bool = False
x: int = 10
x: str = "a"
x: float = 3.14
x: str = "Hello World"
char type — use str instead.