2024-02-14
Save files
Read instructions
“Copy the text after the initial command”
“What is different? What is the same?”
Mainly three modes: interactive, source and script
Variables and Basic Data Types
Assigning variables
variable types and conversion
R | Python |
---|---|
logical/ boolean | bool |
integer | int |
numeric (different precisions) | float |
character | str |
paste
We will get to know basic data structures
Please read: