bootcamp_python
bootcamp_python copied to clipboard
12 instead of 42
- Day: 02
- Exercise: 01
obj = what_are_the_vars(42, "Yes", a=10, var_2="world")
outputs
a: 10
var_0: 12
var_1: Yes
var_2: world
end
but var_0 should be 42
Fixed on:
- [ ] Github
- [ ] Gitlab