프로그래밍/Python

Python : string formatting

삐제제 2020. 10. 20. 01:19
def Hello(name, age):
	return f"Hello {name} you are {age} years old!"