Part of week 1: Python Basics
Assignment operator
/= to divide by additional value: number += 5
shouldn't be /= ?
# Example of an expression out put is 43 and not 32.
You're correct, typo on my end. Cheers for pointing it out
Assignment operator
/= to divide by additional value: number += 5
shouldn't be /= ?
# Example of an expression out put is 43 and not 32.
You're correct, typo on my end. Cheers for pointing it out