3 Matching Annotations
- Jan 2025
-
runestone.academy runestone.academy
-
Keywords define the language’s syntax rules and structure, and they cannot be used as variable names.
This includes mathematic operations like + and -.
-
-
runestone.academy runestone.academy
-
print(type(n))
The type cast puts out what the variable type is.
-
input function allows the programmer to provide a prompt string
Function is built-in. Returns String value.
-