Generation

generate functionThu, 15 Dec 2022

パンはパンでも食べられないパンは?

def not_bread(bread): return bread != "パン" not_bread("パン") # False not_bread("そば") # True

Want to kickstart your project?Use the new AI Studio to create your code