0

My question is about python?

c = "moon" b = "that" a = "honey" print(c + a) is my for this code will run this code or not?

17th Sep 2025, 5:23 PM
Fact town
Fact town - avatar
2 Answers
+ 2
Hi! You can check this by running your code in the coding section. (Code playground) In the app, visit the Code Playground </> section using the navbar at the top. Otherwise just follow this link: https://code.sololearn.com/ When in there, you will see a green (or any other theme specific color) circular button at the bottom right with a plus sign at the center. Tap on it. Choose the language. https://sololearn.com/compiler-playground/Wek0V1MyIR2r/?ref=app
17th Sep 2025, 5:28 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
Your code will print "moonhoney" to the console because string concatenation occurred.
17th Sep 2025, 6:37 PM
𝓜đ“Čđ“”đ“Ș 𓃠
𝓜đ“Čđ“”đ“Ș 𓃠 - avatar