Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
fukurou's latest activity
fukurou
replied to the thread
c district
.
import random # Initialize player score player_score = 0 # Choices for the game choices = ["rock", "paper", "scissors"] def...
Feb 8, 2025
fukurou
replied to the thread
c district
.
import random # Initialize scores player_score = 0 opponent_score = 0 # Choices for the game choices = ["rock", "paper", "scissors"]...
Feb 8, 2025
fukurou
posted the thread
c district
in
chit chat
.
import random # Initialize scores player_score = 0 opponent_score = 0 # Choices for the game choices = ["rock", "paper", "scissors"]...
Feb 8, 2025
fukurou
updated their
status
.
Feb 6, 2025
fukurou
replied to the thread
👨💻 dev
jizzin Eliza
.
Feb 6, 2025
fukurou
updated their
status
.
Feb 6, 2025
fukurou
updated their
status
.
Feb 5, 2025
fukurou
updated their
status
.
Feb 4, 2025
fukurou
updated their
status
.
Feb 4, 2025
fukurou
updated their
status
.
Feb 2, 2025
fukurou
updated their
status
.
Jan 30, 2025
fukurou
updated their
status
.
Jan 30, 2025
fukurou
replied to the thread
👨💻 dev
yoga skill
.
class DiYoga(Skill): def __init__(self): super().__init__() self.UResponder: UniqueResponder = UniqueResponder()...
Jan 30, 2025
fukurou
posted the thread
👨💻 dev
yoga skill
in
chit chat
.
class DiYoga(Skill): def __init__(self): super().__init__() self.UResponder: UniqueResponder = UniqueResponder()...
Jan 30, 2025
fukurou
posted the thread
To open a .png file in Python
in
Atelier
.
pip install pillow from PIL import Image # Open an image file image = Image.open('path/to/your/image.png') # Display the image...
Jan 29, 2025
Home
Members
Top
Text copied to clipboard.