Previously working at Potloc, Razorfish, Dentsu Creative, Marcel Worldwide, Isobar ㋡
https://eloimotte.xyz/
You can't use + with different kind of values (str vs int). But you can do it with formatted strings (f-strings) :
print(f"{2} new messages") will display -> 2 new messages
You can't use + with different kind of values (str vs int). But you can do it with formatted strings (f-strings) :
print(f"{2} new messages") will display -> 2 new messages