likes = 9999 print(f"A like if you love learning python with grepper. Likes:{likes}") #or print("A like if you love learning python with grepper. Likes:" + likes) #or print("A like if you love learning python with grepper. Likes:", likes)