- Notifications
You must be signed in to change notification settings - Fork2.4k
Closed
Description
Issue with
https://neetcode.io/problems/python-shorthand-operators

Solution according to neetcode.io:
Why can the solution not be:
number=0
print(number+5)
print(number-2)
print(number+number)
when it is literally doing the same thing?
Metadata
Metadata
Assignees
Labels
No labels