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:
New posts
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Home
What's new
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
.
Latest activity
What's new
New posts
New profile posts
Latest activity
fukurou
replied to the thread
👨💻 dev
automata
.
from typing import Callable, Any operations: dict[int, Callable[..., Any]] = {}
Mar 21, 2026
fukurou
replied to the thread
👨💻 dev
automata
.
from functools import partial class Calculator: def add(self, a, b): return a + b def sub(self, a, b)...
Mar 21, 2026
fukurou
replied to the thread
👨💻 dev
automata
.
class Calculator: def add(self, a, b): return a + b def sub(self, a, b): return a - b calc = Calculator()...
Mar 21, 2026
fukurou
posted the thread
👨💻 dev
automata
in
chit chat
.
def greet(): print("Hello!") def farewell(): print("Goodbye!") def add(a, b): print(a + b) # Dictionary mapping int →...
Mar 21, 2026
Home
What's new
Top
Text copied to clipboard.