How do I change a studio title to this? #361
-
I want to make a studio that has the projects in the title like this. x being the projects. This studio has x projects Here's my code: import scratchattach as sa It outputs this: If you know how to fix this please let me know. Thank you, snoopythe3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You need to do "This project has " + str(studio.project_count) + " projects!" In your code replace the commas in the studio name with + |
Beta Was this translation helpful? Give feedback.
-
OK thank you
…On Sat, 1 Mar 2025, 13:12 SpyC0der77, ***@***.***> wrote:
You need to do "This project has " + str(studio.project_count) + "
projects!"
—
Reply to this email directly, view it on GitHub
<#361 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BPVIK27JKOSZ7EG5SJ7ZZ6T2SGW5HAVCNFSM6AAAAABYEBDPHGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZWGAZDAMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
You need to do "This project has " + str(studio.project_count) + " projects!"
In your code replace the commas in the studio name with +