+ 2
Why the output of this code is error ??
3 Answers
+ 4
You need to convert num to str to concatenate it with string.
Or you can do string format with:
f"{num} is an odd/even number"
+ 2
Thanks CarrieForle ...
I'm forget...đ
+ 1
You must convert the num into a sring agian before concatenation



