So fügen Sie in Python eine Nummer zu String hinzu

num = 256
str(num)
'256'
Amish bhardwaj