copying_variables.md
April 15, 2022 ยท View on GitHub
Copying Variables
- True or False?
Running var = 3 creates an object. Running another_var = var creates another object with the value of var
Solution
Click here to view the solution.
April 15, 2022 ยท View on GitHub
Running var = 3 creates an object. Running another_var = var creates another object with the value of var
Click here to view the solution.