You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: