+= -= *= /= %
파이썬 수학 연산 표현들의 순서 1. () 2. * 3. , /, % 4. +, -
print(“hello, ”+ name)
print(f”hello,{name}”)