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
here 03_operators.md inside example-number part on the very last part there print('Exponentiation: ', 2 ** 3) # 9 it means 2 * 2 * 2
it should be # 8 it means 2 * 2 * 2
The text was updated successfully, but these errors were encountered:
here 03_operators.md inside example-number part on the very last part there print('Exponentiation: ', 2 ** 3) # 9 it means 2 * 2 * 2
it should be # 8 it means 2 * 2 * 2
The text was updated successfully, but these errors were encountered: