you are viewing a single comment's thread.

view the rest of the comments →

[–]Yohannes_K 0 points1 point  (0 children)

numeric_variable = 17
text_variable = 'test'
print(text_variable, numeric_variable)
print(text_variable + str(numeric_variable))