Saphire H
@GhostKingNico
hi, i am a really bad programmer! i would really appreciate a friend and i love progmamming! i like sprts and football.
This is how to create a spirograph. Pls upvote if you like it
Python (with Turtle)
I am trying to make this better and i will update it but can someone make it better??? try make my project beautifully brilliant. for example addd mor
Python (with Turtle)
I'm trying to make the text green but I am not sure how to???? How do I make the colors random?
Python
InvisibleOne PURPLE = '\033[95m'
CYAN = '\033[95m'
DARKCYAN = '\033[36m'
BLUE = '\033[94m'
GREEN = '\033[92m'
YELLOW = '\033[93m'
RED = '\033[91m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
ITALIC = '\033[3m'
FAINT = '\033[2m'
NORMAL = '\033[22m’
Just put that into your repl, and then you can print stuff like:
#green
print(GREEN + "This will be green text!")
#blue
print(BLUE + "This will be blue text!")
#red
print(RED + "This will be red text!")
2 years ago
I am creating The harry Potter house colors and the initials of Harry Potter
Python (with Turtle)
hi guys, i am a new person here and i made this real trash repl here, it counts the letters in yoir name *facepalms as you can see, it is trash.
Python