leetcode
leetcode copied to clipboard
Bug Report for python-hello-world
Bug Report for https://neetcode.io/problems/python-hello-world
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.?title=Bug Report for python-what-is-python
Challenge In the code editor there is a variable called number. Use the shorthand operators to:
Add 5 to number and print the result. Subtract 2 from number and print the result. Add number to itself and print the result. (Yes, you can add a variable to itself.)
in the challenge, you didn't ask to print every result but the code editor results expected that, please edit the statements