Copy to ClipboardRawPreview# take integer string = 'Know Program' # take integer integer = 100 # concatenate string and int print(string, integer) Concat00technoreckbeginnerstringsPython program to concatenate string and int0 CommentsAdd CommentLog in to add a comment