### adjust here ###
add_two =
print(add_two(3)) # expected 5
print(add_two(2)) # expected 4
Python
Setting up Python environment...
Output
### adjust here ###
add_two =
print(add_two(3)) # expected 5
print(add_two(2)) # expected 4
Setting up Python environment...