Source Code:
(back to article)
num = 42 num_str = "{}".format(num) print(num_str)
Result:
Report an issue