Skip to content

Instantly share code, notes, and snippets.

View sizumita's full-sized avatar
❤️
Sana Natori

sizumita sizumita

❤️
Sana Natori
View GitHub Profile
#coding:utf-8
import random
def zundoko_generator():
while True:
yield random.choice(['ズン','ドコ'])
def zundoko_kiyoshi(generator):
c = 0
while True: