+ 1

my code isn’t working can someone give me tips?

i wanted to code something cool for python so i asked chatgpt and it gave me a rainbow text code and i copied the text (not copy and paste i texted in what i saw) and i still dont know what’s wrong with it. https://sololearn.com/compiler-playground/cNbdPPjdu09T/?ref=app

6th Jul 2025, 1:29 AM
Nash Whittington
Nash Whittington - avatar
1 Respuesta
+ 4
Your code is "mostly" working, yet showing signs you lack of basic concepts about python, such as how to name a variable and the use of indentation. This is the modified code, however it won't run correctly in SL. For it to run correctly, you have to install Python on your computer and run it from the terminal / command prompt. You can read the comments inside the code and know what went wrong. But I strongly suggest you keep doing the "Python Developer" course to learn it step by step. https://sololearn.com/compiler-playground/clPBzv3gS4eQ/?ref=app
6th Jul 2025, 1:53 AM
Wong Hei Ming
Wong Hei Ming - avatar