Profile

無宛(insane)@EmoticPowerPlant✅

62654 posts 282 follows 494 followers

やっぱり百合厨
Python始めました🔰
はたらきたくないINFP
プロヒィール about.me/LwVe9

https://mstdn.jp/@LwVe9
無宛(insane)@EmoticPowerPlant✅ 無宛(insane)@EmoticPowerPlant✅ reblogged at 6 years ago

無宛(insane)@EmoticPowerPlant✅ LwVe9

class hoge():
def __init__(self, a):
self.foo = a
self.bar = 0

def fuga(self, b=None):
if b is None:
b = self.foo

self.bar = b * 5

みたいなことをやっていて、うーん、この……